Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
48 views

I have a simple app that displays the user’s current speed, and I’m using FusedLocationProviderClient for this. When I start the app and begin moving, everything works fine the speed updates correctly....
Jupit90's user avatar
  • 119
1 vote
1 answer
145 views

I started out using this sample project https://developers.google.com/ar/develop/java/geospatial/quickstart. I am able to place the anchors and view them in the ar view and on the map view as ...
Francois's user avatar
  • 10.7k
0 votes
1 answer
346 views

I am designing a React Native app for Android. The purpose of the application is to be able to upload an image, and it is placed on the map based on its GPS coordinates stored in the EXIF information. ...
Jack Wanamaker's user avatar
0 votes
0 answers
54 views

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 ...
Backend Engine Developer's user avatar
0 votes
0 answers
41 views

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 ...
user924's user avatar
  • 12.9k
0 votes
1 answer
113 views

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 (...
Aizej's user avatar
  • 48
1 vote
1 answer
75 views

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 ...
Keith's user avatar
  • 119
-1 votes
1 answer
154 views

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. ...
Ravid Ofek's user avatar
0 votes
0 answers
124 views

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 = (...
Stevie's user avatar
  • 491
0 votes
1 answer
148 views

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 ...
Divyansh undley's user avatar
1 vote
0 answers
221 views

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 ...
JP Strydom's user avatar
1 vote
0 answers
92 views

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 ...
user924's user avatar
  • 12.9k
1 vote
0 answers
42 views

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 ...
Mahesh S's user avatar
1 vote
2 answers
250 views

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 ...
player45899's user avatar
1 vote
1 answer
75 views

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 ...
BFM's user avatar
  • 23
0 votes
0 answers
130 views

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 ...
brandonhilkert's user avatar
1 vote
0 answers
104 views

I am redirecting user to the location service setting when the location is turned off of the device using below code, private void turnOnLocation() { Toast.makeText(getApplicationContext(), &...
Khush Parmar's user avatar
-1 votes
1 answer
282 views

I have 2 scripts where i try to enable GPS but none of them seem to work , so how i can enable GPS for a foreground - background task for some minutes and then close it again ? (not manually but ...
Thanos Rom's user avatar
0 votes
1 answer
64 views

I want to build location tracking android app that can save coordinates of user every minute in background, our app works fine on devices with offline google maps but on devices where we don't have ...
Umair Ahmed's user avatar
1 vote
1 answer
2k views

I want to retrieve the GPS position of my cell phone. Using Android Studio, the position is not displayed. In Logcat, I have these messages in red: E/QT: [QT]file does not exist E/FBI: Can't load ...
Julien's user avatar
  • 11
1 vote
0 answers
254 views

I know that GPS location using Java can be obtained on change in the following way. I know that this excludes checking and asking for permissions, but for this example this is irrelevant. Full ...
Austris's user avatar
  • 61
3 votes
0 answers
532 views

I am having trouble getting location tracking working with shiny.net. I can do it in foreground, but setting it up to send location data to a delegate is not working. I am importing the relevant ...
JoeTaicoon's user avatar
  • 1,607
0 votes
1 answer
1k views

I have a big problem with expo-location package accuracy. Based on this example https://github.com/byCedric/office-marathon I was trying to write an app tracking my car's position during drive. ...
Emil Buszyło's user avatar
1 vote
1 answer
56 views

I'm doing a tutorial and I'm working with Android Studio Giraffe. The project worked until I added GPS funtionality. When compiling, many errors appear that I cannot interpret. One of them is the one ...
Dembora's user avatar
  • 21
1 vote
1 answer
92 views

Could you please help me? I have a task to make a GPS tracker that would pass GPS data to Firebase. But the key point is that the tracker should have the following sensitivity - 60 meters (10 for test ...
Alex20280's user avatar
  • 385
0 votes
1 answer
48 views

I have written this composable function to track the users position. @SuppressLint("MissingPermission") @Composable fun GpsTracking() { val ctx = LocalContext.current val ...
Phisma's user avatar
  • 61
1 vote
3 answers
3k views

I need the gps to be enabled while using the app. Can I force the gps to be enabled, or can I check somehow is it enabled. thnx
Wasyster's user avatar
  • 2,583
1 vote
0 answers
124 views

Previously in my app I have been using PRIORITY_HIGH_ACCURACY for FusedLocationProviderClient: private fun getLocationRequest(): LocationRequest = LocationRequest.Builder(prefsManager....
user924's user avatar
  • 12.9k
0 votes
1 answer
71 views

My location service is working very well on APIs >=23 but it show nothing for APIs 21 and 22. This is my location method (Note that I am using fragment): /*if (!Permissions) { //location permission ...
user21193451's user avatar
0 votes
1 answer
67 views

I'm trying to push location data from LocationService to HomeViewModel. I was trying to use Dagger to inject this data, but the value is always null. I don't have any idea how to do it. My ...
xMaster's user avatar
  • 51
0 votes
1 answer
218 views

My question is about the difference between decimal places when using ACCESS_COARSE_LOCATION or ACCESS_FINE_LOCATION what I know is that ACCESS_FINE_LOCATION is more precise than ...
THEDOCTOR's user avatar
2 votes
2 answers
364 views

ive noticed that the window of my Android Emulator will rotate while im replaying a route from the Emulator Menu. The window rotation matches the bearing of the GPS signal. Ive confirmed this is ...
sneakyMan's user avatar
0 votes
2 answers
1k views

I have an endless foreground service that request locations updates every 10 sec, in parallel, it sends this locations and others informations to a database. I managed to update the location while the ...
Simon Pallais's user avatar
2 votes
0 answers
445 views

I am new to Kotlin Flow. Currently I am using LocationManager to get user Location updates like below: private var locationManager: LocationManager? = null locationManager = mContext?.getSystemService(...
Noor Ullah's user avatar
0 votes
0 answers
22 views

my problem is that I receive on my Android mobile phone gps coordinates (lat & lng) although there must not be any connection - in the bathroom behind thick walls even calling someone does not ...
Bernd's user avatar
  • 657
1 vote
0 answers
470 views

So I'm using HIGH_ACCURACY to retrieve location data from my phone using FusedLocation solution. I'm already checking accuracy of this data and speed, but what I want to achieve is to understand if ...
MaaAn13's user avatar
  • 316
1 vote
0 answers
359 views

We are developing a GPS live tracking application for a company through Flutter. We understand that even if added to run as a background service, Chinese Roms, kill the applications when added to the ...
Ash XD's user avatar
  • 11
0 votes
1 answer
874 views

I have prepared a simple code to look for the available cars close to my localisation. It works with hardcoded values, but I can't get the localisation module from Plyer to work. Now that I added the ...
Max C's user avatar
  • 26
1 vote
0 answers
160 views

I have the following problem. I receive in my LocationChangeListeningCallback latitude and longitude but getting the speed is not possible. It is always 0. Here is my code (I hope I have not omitted ...
Bernd's user avatar
  • 657
0 votes
1 answer
529 views

I'm developing an GPS Bluetooth App (NMEA parsing from a 10 Hz GPS modul) and I have the following problem: Some devices/Android versions receive the bluetooth NMEA data not like every ~100ms (in a ...
ValvernatoR's user avatar
0 votes
1 answer
934 views

I'm new to Arduino and I'm having some trouble. I have a 16E TTL GPS module connected to the RX and TX pins on my NodeMCU ESP32 board and have a simple Arduino sketch i wrote to output the data to the ...
Luke Lloyd LukeSkywalker's user avatar
-1 votes
2 answers
141 views

I have one issue on my app. I have used GPS for getting lat and lon some times when clicking function GPS not detected app. So it's need to restart application. After restarting application GPS ...
Karthick Selvakumar's user avatar
2 votes
0 answers
99 views

This might help someone one day. Background Around Nov23rd2022 our team started receiving complaints from users, about our app that does attendance by ensuring that users can only work in designated ...
KuriaNdungu's user avatar
0 votes
1 answer
1k views

I am trying to use Google Maps for Android, offline (always and forever). Surprisingly, I can't find any question here that asks or solves this issue specifically. When I use a new offline phone, both ...
guy_m's user avatar
  • 3,327
1 vote
0 answers
56 views

I have some problem and I'll list them here: Emulator for iPhone and Android, how can I build an app for iPhone/Android using kivy but I have not emulators open source to see how my app works and ...
ShadoWStars's user avatar
0 votes
0 answers
70 views

I'm creating android application on custom handheld device and I'm using vpn service secure connection to our servers, I have a problem that vpn server blocks all urls except one I specify and thus ...
Islam Assem's user avatar
  • 1,572
0 votes
1 answer
377 views

My question is can you get location coordinates latitude and longitude using WIFI or any other source when location is off or disabled. Basically I want to get current location when the GPS is not ...
Muaz Khan's user avatar
0 votes
1 answer
312 views

I am trying to create an application with AR that will display objects hovering right on top of the drone to help the user flying experience (e.g. show an arrow or gimbals on your AR-goggles that ...
Rodrigo C's user avatar
0 votes
1 answer
62 views

Just a warning: I'm really not proud of this code that I've written, but I just need it to work anyhow. Don't judge me too harshly. Hey everyone, I'm programming a speedometer android app, and I'm ...
MUSTANGBOSS8055's user avatar
0 votes
1 answer
503 views

GPS service is not enabled on Android versions 12 and above. Everything worked correctly on earlier versions I have read this documentation, but I'm not sure if I have a problem with android:...
Morozov's user avatar
  • 5,290

1
2 3 4 5
15