ForecastedEvent

A forecasted event represents a geofence event in relation to the requested device state, that may occur given the provided device state and time horizon.

Types

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

Properties

Link copied to clipboard

The forecasted event identifier.

Link copied to clipboard

The event type, forecasting three states for which a device can be in relative to a geofence:

Link copied to clipboard

The forecasted time the device will breach the geofence in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ

Link copied to clipboard

The geofence identifier pertaining to the forecasted event.

Link copied to clipboard

The geofence properties.

Link copied to clipboard

Indicates if the device is located within the geofence.

Link copied to clipboard

The closest distance from the device's position to the geofence.

Functions

Link copied to clipboard
inline fun copy(block: ForecastedEvent.Builder.() -> Unit = {}): ForecastedEvent
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