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)

Properties

Link copied to clipboard
open override val coordinates: List<GeoPoint>
Link copied to clipboard
open override val isZone: Boolean
Link copied to clipboard
Link copied to clipboard