Package-level declarations
Types
Link copied to clipboard
Magnitude of delay caused by the incident.
Link copied to clipboard
Represents information about the category of the traffic incident.
Link copied to clipboard
class TrafficSection(val sectionLocation: SectionLocation, val routeOffset: Distance, val length: Distance, val simpleCategory: SimpleCategory = SimpleCategory.OTHER, val effectiveSpeedInKmh: Int, val delay: Duration, val magnitudeOfDelay: MagnitudeOfDelay? = null, val tec: Tec? = null, val id: String? = null) : Section
Represents a route section with a traffic event.