nativescript-geolocation
nativescript-geolocation copied to clipboard
Geolocation plugin to use for getting current location, monitor movement, etc
Android 10 introduced the ACCESS_BACKGROUND_LOCATION permission. In order to ensure that the "always" option is presented to the user in the system dialog, we need to request for this permission...
Found that when use the plugin background service to track gps is not capturing gps if device is idle and inside vehicle.. like plugin cannot detect vehicle movement..any idea?
### Which platform(s) does your issue occur on? - Android I have a foreground service running on android which get's the user's geolocation upon connecting to a bluetooth device. I'm...
Anonymous functions, allow not to lose the instance of `this`
- CLI: 6.5.1 - Cross-platform modules: "name": "tns-core-modules", "nativescript": { "platforms": { "ios": "5.0.0", "android": "5.0.0" } }, - Runtime(s): "tns-android": { "version": "6.5.0" }, "tns-ios": { "version": "6.5.0" }...
Hi, I just created new NativeScript with Angular shared code project and added **nativescript-geolocation** dependencies. It is working fine so far inside android but giving error **Cannot read property 'osVersion'...
Hi, When i use two locations taken from google maps to calculate distance it always give me 0, not sure why here is my code example ``` // -26.275406, 27.811755...
Bumps [node-sass](https://github.com/sass/node-sass) from 4.12.0 to 4.14.1. Release notes Sourced from node-sass's releases. v4.14.1 Community Add GitHub Actions for Alpine CI (@nschonni, #2823) Fixes Bump [email protected] (@xzyfer, #2912) Supported Environments OS...