TrafficOnSection class - routing library - Dart API
TrafficOnSection
TrafficOnSection class
Traffic information on a section.
Constructors
- TrafficOnSection(RoutePlace departurePlace, RoutePlace arrivalPlace)
Properties
- arrivalPlace ↔ RoutePlace
-
Describes the arrival place.
getter/setter pair
- departurePlace ↔ RoutePlace
-
Describes the departure place.
getter/setter pair
-
geometry
↔ List<
GeoCoordinates> -
List of coordinates representing the polyline of this section.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
trafficIncidents
↔ List<
TrafficIncidentOnRoute> -
List of traffic incidents.
getter/setter pair
-
trafficSpans
↔ List<
TrafficOnSpan> -
List of traffic spans.
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.