Settings
constructor(locationPermission: LocationPermission, permissions: Permissions, autoRequestPermission: Boolean = true, autoEnableLocations: Boolean = true, locationBufferCapacity: Int = 16, minUpdateDistanceMeters: Float = 0.0f, logger: Logger = RestrictedLogger(RestrictedLogLevel.None))
Parameters
locationBufferCapacity
the maximum number of location that can be buffered, if exceed oldest is dropped
minUpdateDistanceMeters
the minimum distance in meters that a location needs to change compared to the last result for a location update to trigger
logger
the Logger to use for logging