LocationManagerOptions

interface LocationManagerOptions

Properties

accuracy

Configures the accuracy of location updates.

Default

'balanced'

distanceFilter

distanceFilter: number

Configures the distance the last location has to change in order to fire a new location update event, in meters.

Default

10

updateInterval

Android
updateInterval: number

Specify the interval in which location updates should be requested from the system, in milliseconds.

Default

10000