rekabhq / background_locator

A Flutter plugin for updating location in background.
MIT License
289 stars 328 forks source link

Returned data to include accuracy #140

Closed afung2468 closed 3 years ago

afung2468 commented 4 years ago

This package returns latitude and longitude. Can you include accuracy in the data returned? For example, if the accuracy is +/- 1000 meters then accuracy should be 1000. This should help to filter out the "spikes".

mehdok commented 4 years ago

Hi @afung2468 Thank you for opening an issue.

I believe we have accuracy in the data model;

afung2468 commented 4 years ago

Thanks for the quick reply. The accuracy data helps a lot in determining if the location reading is useful. Thanks.