user_location_plugin icon indicating copy to clipboard operation
user_location_plugin copied to clipboard

Add 'tolerance' parameter

Open jesusrp98 opened this issue 6 years ago • 0 comments

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,
)

jesusrp98 avatar Nov 19 '19 15:11 jesusrp98