npm i --save nativescript-gps
- Version: 2.0.19
- GitHub: https://github.com/farfromrefug/nativescript-gps
- NPM: https://www.npmjs.com/package/nativescript-gps
- Downloads:
- Last Day: 0
- Last Week: 0
- Last Month: 0
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-gps
Usage
import * as gps from 'nativescript-gps';