data class TrafficData
Location of traffic data described by the start and end point.
startPointIndex
- Starting point of the traffic data.
endPointIndex
- Ending point of the traffic data.
TrafficData(startPointIndex: Int, endPointIndex: Int)
Location of traffic data described by the start and end point. |
val endPointIndex: Int
Ending point of the traffic data. |
|
val startPointIndex: Int
Starting point of the traffic data. |