739 questions
0
votes
0
answers
41
views
React Native GPS Location Detection Issue on Android & iOS
I am working on location detection using GPS in a React Native app. However, I am encountering issues on both Android and iOS:
Android: Works only with exact location (ACCESS_FINE_LOCATION), not ...
0
votes
0
answers
23
views
Re-register geofences
Based on Android docs Re-register geofences only when required:
The app must re-register geofences if they're still needed after the following events, since the system cannot recover the geofences in ...
0
votes
1
answer
55
views
navigator.geolocation.watchPosition does not use gps (any alternatives ?)
I'm trying to access the user's location on my webpage, but the location I get is very imprecise and does not use GPS. I have already checked the permissions in my browser (Firefox) and system (...
1
vote
1
answer
55
views
GPS snooze on Android 12
What has been discovered is that if Android is left with GPS location listener running indoors where there is no coverage for several hours, then GPS enters a snooze mode: snooze we loose
The GPS ...
0
votes
1
answer
76
views
Smooth GPS tracking with google maps
I am working on a vehicle tracking application, and im trying to get the moving animation of the car smooth, with no "jumps" and a continous movement of the map with the current location.
...
0
votes
0
answers
35
views
Loss GPS EXIF Data for upload image via android app (WebChromeClient)
So, we build some android app (Android 10+) for website. And we have function to create item profile that base on GPS data of EXIF Image of during uploading image. On our app we use WebChromeClient ...
0
votes
0
answers
58
views
navigator.setDestination(waypoint) callback RouteStatus.LOCATION_DISABLED
Android sdk version :(com.google.android.libraries.navigation:navigation:6.0.0)
target device:An Android pad without a GPS hardware module, capable of WiFi positioning
when i use navigation demo,i set ...
0
votes
0
answers
95
views
Android location mean sea level not set
I want to access the mean sea level of an location using .NET MAUI with native Android calls:
Permissions.RequestAsync<Permissions.LocationWhenInUse>().Wait();
var locationManager = (...
0
votes
1
answer
115
views
NEO-6M GPS module loses its accuracy on arduino uno
I have a NEO-6M GPS module and I want to use it for date,location and time.
Now, when the NEO-6M is set default to 115200 baud rate and when I use ttl converter to get signals from the GPS module it ...
1
vote
0
answers
175
views
Android Emulator GPS Location Not Working
I've been unable to get GPS location emulation working on any of the Android emulators.
I've tried multiple Android emulators and APIs but haven't managed to get the GPS emulation to work. When ...
1
vote
0
answers
71
views
GPS updates (satellites) in background - FusedLocationProvider vs LocationManager, Device Power Saving vs App's Battery Unrestricted, Android version
So depending on which API we use (FusedLocationProvider or LocationManager), battery mode (Device Power Saving or Battery Unrestricted for an app), Android version, the app may not receive GPS updates ...
1
vote
0
answers
23
views
GPS Map Camera app with automatic upload to database
I want to an app that has features available in GPS Map Camera app (gpsmapcamera.com).
I want to an app that has features available in GPS Map Camera app (gpsmapcamera.com). Apart from that, once the ...
1
vote
2
answers
145
views
How to extract gps coordinates from an ImageView in Android Studio
I have an android app in which I want to display the GPS Coordinates of an ImageView, that I get from the users image uploads. My Code looks like the following:
package com.example.app;
import ...
1
vote
1
answer
51
views
What does the `et` timestamp stand for in the Android Location object? [duplicate]
I got the following location object from LocationResult, and I was wondering what the et timestamp is?
Location[fused 37.421998,-122.084000, hAcc=12.236 et=+3d16h46m21s252ms alt=154.0 vAcc=1.6407026 ...
0
votes
0
answers
110
views
Keep GPS Location Alive w/ Device Owner App
We have a device owner app installed on a Samsung A13. The device is relatively low powered. The app has the necessary permissions and we've programmatically disabled battery optimizations for the ...