rekabhq / background_locator

A Flutter plugin for updating location in background.
MIT License
287 stars 321 forks source link

Get new location trigger by distanceFilter #278

Open alfaruqrizqi18 opened 2 years ago

alfaruqrizqi18 commented 2 years ago

Hi, I got a problem. Can i just get a new location every 10meter?

When I tried to set interval to 0 and set distanceFilter to 10, I always get update within < 1 second. I just to get new location update when I reach every 10 meter

Can you help me?