TrafficOnRoute class

Traffic information on a route.

Information for the already traveled portion of the route is omitted.

Constructors

TrafficOnRoute()

Properties

hashCode → int
The hash code for this object.
no setter
lastTraveledSectionIndex ↔ int
Indicates the index of the last traveled route section. Traveled part of the route won't be reused.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
trafficSections ↔ List<TrafficOnSection>
List of traffic sections.
getter/setter pair
traveledDistanceOnLastSectionInMeters ↔ int
Offset, in meter, to the last visited position on the route section defined by the last traveled section index.
getter/setter pair

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.