rekabhq / background_locator

A Flutter plugin for updating location in background.
MIT License
288 stars 329 forks source link

Can we get location in ios following a particular time interval? #173

Closed Shub-29 closed 3 years ago

Shub-29 commented 3 years ago

So I am trying to use this plugin for capturing location points in our survey app every 10 secs. Is it possible to implement using this plugin? What I have heard that in ios it will give the location every time when it is changed. Can we control this behavior?

mehdok commented 3 years ago

Hi @Shub-29 Thank you for opening an issue

As far as I know, iOS doesn't work with intervals, and it only gives you a new location when it is available. But I would be more than happy to hear your solution if you found any;