Back to Devexpress

AzureRouteSummary Properties

wpf-devexpress-dot-xpf-dot-map-dot-azureroutesummary-dot-underscore-properties.md

latest3.2 KB
Original Source

AzureRouteSummary Properties

A summary object for a route section.

NameDescription
ArrivalReturns the estimated arrival time for the route or leg. Time is in UTC.
DepartureThe departure time for the route or leg.
DeviationDistanceReturns 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.
DeviationPointReturns 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.
DeviationTimeReturns 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.
TrafficDelaySecondsReturns the estimated delay in seconds caused by the real-time incident(s) according to traffic information.
TrafficLengthMetersReturns the traffic length, in meters, caused by the real-time incident(s) according to traffic information.
TravelLengthMetersReturns the estimated travel length in meters.
TravelTimeSecondsReturns the estimated travel time, in seconds, that includes the delay due to real-time traffic.

See Also

AzureRouteSummary Class

AzureRouteSummary Members

DevExpress.Xpf.Map Namespace