Closed MilanHundersmarck closed 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);
Is it possible to get the location every few minutes instead of every time the location changes?