Almoullim / background_location

Flutter background location plugin for Android and iOS
https://pub.dev/packages/background_location
Other
224 stars 236 forks source link

Return location every 2 minutes? #121

Closed MilanHundersmarck closed 3 years ago

MilanHundersmarck commented 3 years ago

Is it possible to get the location every few minutes instead of every time the location changes?

Almoullim commented 3 years ago

Set the interval between localisations in milliseconds (Android only). Use await or .then if you wanna start the location service immediatly after becuase its an asynchronous method

BackgroundLocation.setAndroidConfiguration(1000);