SpeedCamera

data class SpeedCamera(val id: String, val lat: Double, val lon: Double, val speedLimit: Double? = null, val direction: Int? = null)

Constructors

Link copied to clipboard
constructor(id: String, lat: Double, lon: Double, speedLimit: Double? = null, direction: Int? = null)

Properties

Link copied to clipboard
val direction: Int? = null
Link copied to clipboard
val id: String
Link copied to clipboard
val lat: Double
Link copied to clipboard
val lon: Double
Link copied to clipboard
val speedLimit: Double? = null

Speed limit of the camera in m/s.