Back to Devexpress

AzureRouteSummary.DeviationDistance Property

wpf-devexpress-dot-xpf-dot-map-dot-azureroutesummary-86a6cea7.md

latest1.5 KB
Original Source

AzureRouteSummary.DeviationDistance Property

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.

Namespace : DevExpress.Xpf.Map

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

NuGet Package : DevExpress.Wpf.Map

Declaration

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

Property Value

TypeDescription
Int32

The distance in meters.

|

See Also

AzureRouteSummary Class

AzureRouteSummary Members

DevExpress.Xpf.Map Namespace