nativescript-geolocation icon indicating copy to clipboard operation
nativescript-geolocation copied to clipboard

Geolocation plugin to use for getting current location, monitor movement, etc

Results 35 nativescript-geolocation issues
Sort by recently updated
recently updated
newest added

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...

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...

os: android

### 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...

feature
help wanted
good first issue

### 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)...

needs more info

### 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": {...

bug
os: ios

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...

good first issue