LocationRequest

Data model that contains parameters for location requests.

Parameters

accuracy

the accuracy of the observed location. See Accuracy.Level for possible values.

displacement

minimum displacement between location updates in meters

interval

interval for active location updates, see LocationRequestInterval for details.

Types

Link copied to clipboard
object Accuracy

Accuracy of observed locations.

Link copied to clipboard
class Builder

Builder class for LocationRequest.

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