@nativescript-community/gps
Tracks GPS location updates regardless of the app state. Does not depend on Google Play Services.
npm i --save @nativescript-community/gps
- Version: 2.1.8
- GitHub: https://github.com/nativescript-community/gps
- Downloads:
- Last Day: 2
- Last Week: 84
- Last Month: 145
Nativescript GPS Plugin
NOTE
This is a plugin to receive gps location updates regardless of the app state. It differentiates itself from `nativescript-geolocation``` by NOT using google play services
Getting started
tns plugin add @nativescript-community/gps
You are responsible for updating correction your AndroidManifest.xml
and Info.plist
Usage
import * as gps from '@nativescript-community/gps';