VisibleSpeedCamera

data class VisibleSpeedCamera(val roadObjectId: String, val originalId: String, val matchedPoint: Point, val mapboxSpeedLimit: Double? = null, val thirdPartySpeedLimit: Double? = null)

Constructors

Link copied to clipboard
constructor(roadObjectId: String, originalId: String, matchedPoint: Point, mapboxSpeedLimit: Double? = null, thirdPartySpeedLimit: Double? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val matchedPoint: Point
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard