Replies: 2 comments
|
flutter_map has no build-in support for GPS. Are you using some other plugin? (For example flutter_map_location_marker?) |
0 replies
|
It makes sense to follow marker even if accuracy is significantly decreased. At least user knows his device GPS accuracy is not good. However you can measure distance from previous location to current location and if it is bigger than X then don't update location markers position. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello,
My app is experiencing some GPS distruptions. I need to intervene in the re-centering of the map, and avoid re-centering if the provided location doesn't make sense (out of country bounds).
What is the best practice to solving this issue ?
All reactions