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)