LocationRequestInterval

The interval for active location updates.

Parameters

minimumInterval

the fastest rate at which the application will receive location updates, which might be faster than the Interval. Unlike Interval this parameter is exact.

maximumInterval

maximum wait time for location updates. If it's at least 2x larger then Interval, then location delivery may be delayed and multiple locations can be delivered at once.

interval

desired interval for active location updates.

Types

Link copied to clipboard
class Builder

Builder class for LocationRequestInterval object.

Properties

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

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String