TrafficLineInfo

data class TrafficLineInfo(val routeLength: Double, val entries: List<TrafficSpeedColorRouteLongEntry>)

Contains traffic line data needed to create a drawable representation.

Constructors

Link copied to clipboard
constructor(routeLength: Double, entries: List<TrafficSpeedColorRouteLongEntry>)

Properties

Link copied to clipboard
val entries: List<TrafficSpeedColorRouteLongEntry>

Traffic speed color entries for the route.

Link copied to clipboard

Total length of the route.