DevicePositionUpdate

Contains the position update details for a device.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The accuracy of the device position.

Link copied to clipboard

The device associated to the position update.

Link copied to clipboard

The latest device position defined in WGS 84 format: [X or longitude, Y or latitude].

Link copied to clipboard

Associates one of more properties with the position update. A property is a key-value pair stored with the position update and added to any geofence event the update may trigger.

Link copied to clipboard

The timestamp at which the device's position was determined. Uses ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ

Functions

Link copied to clipboard
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