MatchableSpeedCamera

data class MatchableSpeedCamera(    val roadObjectId: String,     val originalId: String,     val originalPoint: Point,     val matchablePoint: MatchablePoint,     var matchedPoint: Point? = null,     var mapboxSpeedLimit: Double? = null,     var thirdPartySpeedLimit: Double? = null)

Constructors

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

Properties

Link copied to clipboard

Speed limit on the matched location from mapbox data in m/s.

Link copied to clipboard
val matchablePoint: MatchablePoint
Link copied to clipboard
var matchedPoint: Point?
Link copied to clipboard
Link copied to clipboard
val originalPoint: Point
Link copied to clipboard
Link copied to clipboard

Speed limit on the matched location from third party camera source in m/s.