user_location_plugin
user_location_plugin copied to clipboard
Add 'tolerance' parameter
This new parameter would establish the limit when user's location should change.
If the change is less than tolerance, location and/or map shouldn't change.
UserLocationOptions(
context: context,
...
tolerance: 0.00001,
)