Package-level declarations

Types

Link copied to clipboard
value class Category

Indicates the category to which a traffic event belongs.

Link copied to clipboard
class Cause(var mainCause: CauseCode, var subCause: Int? = null)

Indicates the cause of a traffic event.

Link copied to clipboard
value class CauseCode

Indicates the cause of the traffic event.

Link copied to clipboard
class CoreTrafficEvent(var id: String, var category: Category? = null, var delay: Duration? = null, var length: Distance? = null, var effectCode: EffectCode? = null, var causes: List<Cause> = emptyList())

Core representation of a traffic event.

Link copied to clipboard
value class EffectCode

Indicates the effect the traffic event has on the traffic flow.