Settings
Settings to configure a BaseLocationManager
Parameters
the maximum number of location that can be buffered, if exceed oldest is dropped
the minimum distance in meters that a location needs to change compared to the last result for a location update to trigger
the Logger to use for logging
Constructors
Properties
if true
the location manager should automatically enable the location service if disabled
if true
the location manager should automatically request permissions if not granted
The LocationPermission to use for monitoring location changes. If passing your own settings pass LocationPermission returned from settingsBuilder when you call BaseLocationStateRepoBuilder.create
The Permissions managing the location permission. If passing your own settings pass permissions returned from settingsBuilder when you call BaseLocationStateRepoBuilder.create