Package-level declarations

Types

Link copied to clipboard
data class Cause(val mainCauseCode: Int?, val subCauseCode: Int?)

The cause of the traffic event.

Link copied to clipboard

Magnitude of delay caused by the incident.

Link copied to clipboard

The type of the incident.

Link copied to clipboard
data class Tec(val effectCode: Int, val causes: List<Cause>)

The details of the traffic event.

Link copied to clipboard
data class TrafficSection(val geometry: List<<Error class: unknown class>>, val routeOffset: <Error class: unknown class>, val length: <Error class: unknown class>, val simpleCategory: SimpleCategory = SimpleCategory.OTHER, val effectiveSpeedInKmh: Int, val delay: <Error class: unknown class>, val magnitudeOfDelay: MagnitudeOfDelay? = null, val tec: Tec? = null) : Section

Represents a route section with a traffic event.