-
-
Notifications
You must be signed in to change notification settings - Fork 659
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inaccurate Location Tracking: Randomly Drifting GPS Points #1574
Comments
Any answers? To solve it , I got the same issue |
I think is something with the battery optimization of the device but im not sure |
Any answers? To solve it, |
I got same issue, plz help |
are you guys also using mapbox? |
Yes , |
Please check the following before submitting a new issue.
Please select for which platform(s) you need help
Your question
I'm developing a Flutter application to track the user's location every 30 seconds and generate a route.
I've encountered an issue where the package occasionally records GPS coordinates that are significantly far from the device's actual location, causing unexpected deviations in the generated route. These inaccurate readings seem to occur randomly and then correct themselves after a short period.
Expected Behavior:
The package should consistently provide accurate GPS coordinates, allowing for the generation of a smooth and realistic route.
Actual Behavior:
The package intermittently records GPS coordinates that are significantly off, resulting in a distorted route with unexpected jumps.
Additional Information:
Package Version: 13.0.1
Flutter Version: 3.22.3
Affected Devices: g54 Motorola
Operating Systems: Android
Permissions in AndroidManifest:
In this case i stay on the same position and randomly throw a position far away and comeback later.
Version
13.0.1
The text was updated successfully, but these errors were encountered: