nativescript-geolocation
nativescript-geolocation copied to clipboard
Geolocation plugin to use for getting current location, monitor movement, etc
After I call this ``` Geolocation.enableLocationRequest().then(() => { Geolocation.getCurrentLocation({}).then(location => { console.log(location) }).catch(error => { console.log(error) }); }); ``` App just crash... No any log displayed after crush Using nativescript...
Hi, firstly thanks for great plugin. In works well, but what I noticed is that sometimes _getLocationCallback() crashes NativeScript App. The error I get is: ``` NativeScriptException Calling js method...
Different Location Accuracy Result on Google Map and NativeScript Geolocator On Same Mobile Device
Similar to the issue raised in the following link which has been closed: https://github.com/NativeScript/nativescript-geolocation/issues/69 I utilized the NativeScript Geolocator plugin (with an Accuracy.high option) to obtain the longitude & latitude...
### Steps to reproduce (iOS physical/ real Device) - Create a function to start to watch the location. - Create a function to clear watch location. - First, start to...
I want to get the location in SAP Web IDE with a javascript rule, I have the error. geolocation.isEnabled is not a function. somebody could help me?
Hi, Is there some option to stop all active watchLocation listeners started from the app ? In my case I have component which starts watchLocation listener every time when is...
### Which platform(s) does your issue occur on? - Android (I'm not developing for iOS) - Android 9 - Device Moto G 2014 (Thea) / Emulator Google Pixel 3 (Genymotion)...
### Please, provide the following version numbers that your issue occurs with: ``` "nativescript": { "id": "org.nativescript.application", "tns-android": { "version": "5.0.0-rc-2018-10-18-172901-01" }, "tns-ios": { "version": "5.0.0" } }, "dependencies": {...
In geolocation.js, line 150 the value of the watchLocation error callback is assigned to a var but then is never used. Im not sure if the watchLocation errorCallback is being...