Interface nokia.maps.routing.RouteSummary
Interface Summary
This interface defines a route summary.
Field Summary
Number
baseTime
This property holds the total travel time required to travel the length of the route, not considering traffic, but taking the transport mode into account.
Number
distance
This property holds the total distance covered by the route (the distance a traveler covers by following the route from start to finish).
String[]
flags
Optional
This property contains an array of strings that hold special criteria that specify, for example, ferry or motorway usage, and which are matched by the route.
Number
trafficTime
Optional
This property holds the total time required to travel the length of the route, considering traffic.
Field Detail
Number
baseTime
This property holds the total travel time required to travel the length of the route,
not considering traffic, but taking the transport mode into account.
Number
distance
This property holds the total distance covered by the route (the distance a traveler covers by following the route from start to finish).
String[]
flags
Optional
This property contains an array of strings that hold special criteria
that specify, for example, ferry or motorway usage, and which are
matched by the route. The possible values are:
"motorway"- indicates that the link is a motorway"boatFerry"- inidcates that the link can only be traversed by using a boat ferry"railFerry"- indicates that the link can only be traversed by using a rail ferry"publicTransport"- indicates that the link can only be traversed by using public transport"gatedArea"- indicates that the link is part of a gated area"privateRoad"- indicates that the link is part of a private road"tollroad"- indicates that the link is part of a toll road"station" - indicates a public transport station
