Settings
constructor(interval: Duration = 100.milliseconds, maxUpdateDelay: Duration = ZERO, minUpdateInterval: Duration = interval)
Parameters
interval
The desired interval of location updates. (Best effort)
maxUpdateDelay
The longest a location update may be delayed.
minUpdateInterval
The fastest allowed interval of location updates.