Settings

data class Settings(val interval: Duration = 100.milliseconds, val maxUpdateDelay: Duration = ZERO, val minUpdateInterval: Duration = interval)

Settings for a GoogleLocationProvider

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.

Constructors

Link copied to clipboard
constructor(interval: Duration = 100.milliseconds, maxUpdateDelay: Duration = ZERO, minUpdateInterval: Duration = interval)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard