HorizonElement
Types
Link copied to clipboard
data class DangerZone(val safetyLocationId: SafetyLocationId, val coordinates: List<GeoPoint>, val isZone: Boolean) : HorizonElement
Link copied to clipboard
data class SpeedCamera(val safetyLocationId: SafetyLocationId, val coordinates: List<GeoPoint>, val isZone: Boolean, val type: SafetyLocation.Type) : HorizonElement