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

Hi, I am using **geolocation** plugin in NS-core to get the current location. Here is the code var location = geolocation.getCurrentLocation({desiredAccuracy: 3, updateDistance: 10, maximumAge: 20000, timeout: 20000}). then(function(loc) {...

feature
help wanted

**Which platform(s) does your issue occur on?** Android Android 10 Device Moto G(2nd Generation) **Please, provide the following version numbers that your issue occurs with:** CLI: 8.3.18 In, package.json "nativescript-geolocation":...

### Make sure to check the demo app(s) for sample usage I've checked, also all of the issues, but couldn't figure out how to create a background service in the...

When I try to install this plugin I can't build my app anymore

There is a method for Android to chek location come from mock location, Like `Location.isMocLocation` ?

Issue occurring on iOS (I did not try Android) - CLI: 8.1.5 - Cross-platform modules: probably 8.1.5, I do not have `tns-core-modules` but instead I have `nativescript/core` - Plugin(s): "dependencies":...

In the catch of 'enableLocationRequest', the reason is not formatted, so it is difficult to handle the exception. example... ``` if (err == 'Location not enabled.') { // ... }...

### Which platform(s) does your issue occur on? - Android Phone (Xiaomi) and Emulator ### Please, provide the following version numbers that your issue occurs with: - CLI: 8.0.1 -...

### Which platform(s) does your issue occur on? -Android version 11+ -emulator / device ## For Android 11+ a new location permission was added: "ACCESS_BACKGROUND_LOCATION" In order to work in...

With nativescript 8 i receive this error because Accuracy.high is now in CoreTypes of @nativescript/core.