Package-level declarations
Types
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
Indicates the effect the traffic event has on the traffic flow.