Builder

class Builder

Constructors

Link copied to clipboard
open fun Builder()

Functions

Link copied to clipboard
Link copied to clipboard
open fun interval(@Nullable interval: Long): IntervalSettings.Builder
Desired interval for active location updates.
Link copied to clipboard
open fun maximumInterval(@Nullable maximumInterval: Long): IntervalSettings.Builder
Maximum wait time for location updates.
Link copied to clipboard
open fun minimumInterval(@Nullable minimumInterval: Long): IntervalSettings.Builder
The fastest rate at which the application will receive location updates, which might be faster than the `Interval`.