@PublicPreview("2021.08") data class TrafficData
Location of traffic data described by the start and end point.
startPointIndex - Start point of the traffic data.
endPointIndex - End point of the traffic data.
TrafficData(startPointIndex: Int, endPointIndex: Int)
Location of traffic data described by the start and end point. |
val endPointIndex: Int
End point of the traffic data. |
|
val startPointIndex: Int
Start point of the traffic data. |