Example how to use nativescript-geolocation and nativescript-googleMaps plugins.
Note: This app uses google API keys generated for
org.nativescript.locationtest. In order to usenativescript-googlemapsplugins in another application different API keys should be used.
Google API key for Android is placed within
AndroidManifest.xmlfile withinapp/App_Resources/Androidfolder. This manifest file will be merged with the finalAndroidManifest.xml.
Google API key for iOS is placed directly with
app/app.jsfile as part of the Application onLaunch event handler.