Back to Devexpress

AzureRouteSummary.DeviationTime Property

wpf-devexpress-dot-xpf-dot-map-dot-azureroutesummary-e2342fa6.md

latest1.5 KB
Original Source

AzureRouteSummary.DeviationTime Property

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.

Namespace : DevExpress.Xpf.Map

Assembly : DevExpress.Xpf.Map.v25.2.dll

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public int DeviationTime { get; }
vb
Public ReadOnly Property DeviationTime As Integer

Property Value

TypeDescription
Int32

Time in seconds.

|

See Also

AzureRouteSummary Class

AzureRouteSummary Members

DevExpress.Xpf.Map Namespace