Visit the free getting started tutorials on nativescript.org for JavaScript or Angular.
Kindly note that we filter out plugins that:
package.json
$ tns plugin add nativescript-gps
This plugin does not currently work in the background. The project is exploratory to create a simple background GPS service, but thus far it is not working.
This is a plugin to receive gps location updates regardless of the app state.
tns plugin add nativescript-background-gps
import { gps } from 'nativescript-background-gps';
gps.on(function (location) { console.log(location); }
This project uses source code from nativescript-geolocation under the Apache 2.0 license. Changes can be found in the CHANGES.md file.
CHANGES.md
Popularity metric based on:
Quality metric based on:
Maintenance metric based on: