AirRouteOperator.OutputTravelTimeRoute Property
Gets or sets a flag that determines whether to output an extra route feature where the z coordinates represent local travel times.
Syntax
public System.Boolean OutputTravelTimeRoute { get; set; }
Property Value
Default: false
A flag that determines whether to output an extra route feature where the z coordinates represent local travel times.
Remarks
In the extra route feature, the z coordinate of each route node gives the local travel time in seconds to the node from the start of the current route leg. To get the accumulated travel time from the very first waypoint, you can add the value of the legStartAccumulatedTime attribute, unless it is null. The extra route feature will get copies of the attributes of the current feature from WaypointsInput, and these additional attributes:
Name | Type | Description |
---|---|---|
legStartAccumulatedTime | Double | Accumulated travel time in seconds to the start of this leg, provided routes have been found for all previous legs, otherwise null. |
legIndex | Int | The index of the current leg, starting from 0. |
isLastLeg | Bool | True for the last leg, null otherwise. |
zMeaning | String | "Time". |
This extra route feature can be useful for some kinds of postprocessing, but if you just want to display travel time labels along the route, it is easier to use the property OutputRoutePointFeatures.
Platforms
Windows, Linux, Android