TrafficOnSection (API Reference)
Package com.here.sdk.routing
Class TrafficOnSection
java.lang.Object
com.here.sdk.routing.TrafficOnSection
Traffic information on a section.
-
Field Summary
FieldsModifier and TypeFieldDescriptionDescribes the arrival place.Describes the departure place.List of coordinates representing the polyline of this section.List of traffic incidents.List of traffic spans. -
Constructor Summary
ConstructorsConstructorDescriptionTrafficOnSection(RoutePlace departurePlace, RoutePlace arrivalPlace) Creates a new instance. -
Method Summary
-
Field Details
-
geometry
List of coordinates representing the polyline of this section.
-
trafficSpans
List of traffic spans.
-
trafficIncidents
List of traffic incidents.
-
departurePlace
Describes the departure place.
-
arrivalPlace
Describes the arrival place.
-
-
Constructor Details
-
TrafficOnSection
Creates a new instance.
- Parameters:
departurePlace-Describes the departure place.
arrivalPlace-Describes the arrival place.
-
-
Method Details