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