Arrival
|
Returns the estimated arrival time for the route or leg. Time is in UTC.
|
Departure
|
The departure time for the route or leg.
|
DeviationDistance
|
Returns the deviation distance between the current route and the reference route. Typically, the reference route goes first in the AzureRouteCalculationResult.RouteResults property value that you can access on the AzureRouteDataProvider.RouteCalculated event. DeviationDistance is in effect if you set a non-zero value to the AzureRouteOptions.MaxAlternatives property.
|
DeviationPoint
|
Returns a geo point along the current route where a user has strayed off or deviated from the reference route. Typically, the reference route goes first in the AzureRouteCalculationResult.RouteResults property value that you can access on the AzureRouteDataProvider.RouteCalculated event. DeviationDistance is in effect if you set a non-zero value to the AzureRouteOptions.MaxAlternatives property.
|
DeviationTime
|
Returns the deviation time between the current route and the reference route. Typically, the reference route goes first in the AzureRouteCalculationResult.RouteResults property value that you can access on the AzureRouteDataProvider.RouteCalculated event. DeviationDistance is in effect if you set a non-zero value to the AzureRouteOptions.MaxAlternatives property.
|
TrafficDelaySeconds
|
Returns the estimated delay in seconds caused by the real-time incident(s) according to traffic information.
|
TrafficLengthMeters
|
Returns the traffic length, in meters, caused by the real-time incident(s) according to traffic information.
|
TravelLengthMeters
|
Returns the estimated travel length in meters.
|
TravelTimeSeconds
|
Returns the estimated travel time, in seconds, that includes the delay due to real-time traffic.
|