nativescript-gps
by farfromrefuge | v2.0.19
Track GPS location updates
npm i --save nativescript-gps

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

  1. tns plugin add nativescript-gps

Usage

import * as gps from 'nativescript-gps';