TMCData class

Represents the traffic events in RDS-TMC format.

Constructors

TMCData(int numberOfGroups, int extent, int direction, int diversionAdvice, int durationPersistence, int event, int location, List<int> additionalEvents, List<int> additionalLocations)
Creates a new instance.

Properties

additionalEvents ↔ List<int>
Additional traffic events.
getter/setter pair
additionalLocations ↔ List<int>
Additional traffic locations.
getter/setter pair
direction ↔ int
Street direction.
getter/setter pair
diversionAdvice ↔ int
Diversion advice.
getter/setter pair
durationPersistence ↔ int
Duration persitence.
getter/setter pair
event ↔ int
Traffic event data.
getter/setter pair
extent ↔ int
Extent.
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
location ↔ int
Traffic event location.
getter/setter pair
numberOfGroups ↔ int
Number of groups (1 to 5).
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited