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)