GeofencingZone

data class GeofencingZone(val name: String? = null, val start: EpochSeconds? = null, val end: EpochSeconds? = null, val rules: List<GeofencingZoneRule>? = null)(source)

Properties describing travel allowances and limitations for a geofencing zone.

Constructors

Link copied to clipboard
constructor(name: String? = null, start: EpochSeconds? = null, end: EpochSeconds? = null, rules: List<GeofencingZoneRule>? = null)

Properties

Link copied to clipboard

End time of the geofencing zone.

Link copied to clipboard
val name: String?

Public name of the geofencing zone.

Link copied to clipboard

Array that contains one object per rule.

Link copied to clipboard

Start time of the geofencing zone.