Skip to main content
All docs
V25.1
  • 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.1.dll

    NuGet Package: DevExpress.Wpf.Map

    Declaration

    public int DeviationDistance { get; }

    Property Value

    Type Description
    Int32

    The distance in meters.

    See Also