TrackingRequirements

class TrackingRequirements(val updateInterval: Long, val updateIntervalTimeUnit: TimeUnit)

Defines a set of requirements that LocationProcessor expects to be satisfied by Location tracking implementation.

Constructors

Link copied to clipboard
constructor(updateInterval: Long, updateIntervalTimeUnit: TimeUnit)

Properties

Link copied to clipboard

Fixed period of time that is used to refresh Location data, typically every few seconds. If the value is 0 then it is expected for Location data to be refreshed as fast as possible.

Link copied to clipboard

The specific TimeUnit of the updateInterval value.

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