GeofencingZone

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

Properties describing travel allowances and limitations for a geofencing zone.

Constructors

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

Properties

Link copied to clipboard

End time of the geofencing zone.

Link copied to clipboard

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.