sdk-maps / com.tomtom.online.sdk.map.route.traffic / TrafficData

TrafficData

data class TrafficData

Location of traffic data described by the start and end point.

Parameters

startPointIndex - Starting point of the traffic data.

endPointIndex - Ending point of the traffic data.

Constructors

<init>

TrafficData(startPointIndex: Int, endPointIndex: Int)

Location of traffic data described by the start and end point.

Properties

endPointIndex

val endPointIndex: Int

Ending point of the traffic data.

startPointIndex

val startPointIndex: Int

Starting point of the traffic data.