-
-
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
[Question]: Improve Location Accuracy in Flutter App using Geolocator #1590
Comments
@akashs-gloify were you able to fix this? I am facing the same problem, the location pointer jumps like crazy and my app highly depends upon the location accuracy... |
Any idea for fixing? |
Same problem here, this didn't happen in previous versions. |
@cairogreco as you said, any previous version has worked? |
Well if any of you figured out the version or found something else please make sure to drop something here please, Il'l do the same... Ironically my app is highly dependent on this specific feature, if this ain't working the app ain't working... |
I haven’t found a complete solution yet, but I’ve observed the following: Decreasing the I’m looking for a solution that achieves accurate location updates every second without these fluctuations. Any advice on optimizing this would be greatly appreciated! |
For my experience, Android has normal and accurate data |
For people wondering what version is working better in terms of precision, I found 9.0.2 to be working better with mild jumps on both wifi and mobile network Did someone else try anything? |
Gonna try this version. |
Please check the following before submitting a new issue.
Please select for which platform(s) you need help
Your question
We are developing a Flutter application that uses the
Geolocator
plugin for real-time location tracking. However, we are experiencing issues with the accuracy of the location data:Current Setup
3.24.3
13.0.1
LocationAccuracy.bestForNavigation
15 meters
What We’ve Tried So Far
LocationAccuracy.bestForNavigation
for the highest precision.15 meters
to control the frequency of location updates.Despite these steps, the accuracy is still inconsistent.
Expected Behavior
Help Requested
We are looking for assistance in improving the location accuracy for both Android and iOS platforms. Any insights or advanced techniques would be greatly appreciated. Specifically, we are looking for help with:
Additional Information
Any contributions or suggestions on how to resolve this issue would be greatly appreciated. Thanks in advance!
Version
13.0.1
The text was updated successfully, but these errors were encountered: