open class RouteSection : Serializable
A set of attributes describing route developer properties.
RouteSection()
Empty constructor for the RouteSection(startPointIndex: Int, endPointIndex: Int, travelMode: String!, countryCode: String!, sectionType: String!, simpleCategory: String!, effectiveSpeedInKmh: Int, delayInSeconds: Int, magnitudeOfDelay: Int, tec: Tec!)
Default constructor for |
var countryCode: String!
A 3-character ISO 3166-1 alpha-3 country code. |
|
var delayInSeconds: Int
The delay in seconds caused by the incident. |
|
var effectiveSpeedInKmh: Int
The effective speed of the incident in km/h, averaged over its entire length. |
|
var endPointIndex: Int
Index of the last point (offset 0) in the route this section applies to (only included for routeRepresentation polyline). |
|
var magnitudeOfDelay: Int
The magnitude of delay caused by the incident. |
|
var sectionType: String!
Specifies which of the section types is reported in the route Response. |
|
var simpleCategory: String!
Type of the incident. Can currently be JAM, ROAD_WORK, ROAD_CLOSURE, or OTHER. |
|
var startPointIndex: Int
Index of the first point (offset 0) in the route this section applies to (only included for routeRepresentation polyline). |
|
var tec: Tec!
The details of the traffic event. |
|
var travelMode: String!
This attribute is either set to the value given to the Request parameter travelMode, if this travel mode is possible, or to another which indicates that the given mode of transport is not possible in this section. This field can only be used within sections of type TRAVEL_MODE. |