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

    NuGet Package: DevExpress.Wpf.Map

    Declaration

    public int DeviationTime { get; }

    Property Value

    Type Description
    Int32

    Time in seconds.

    See Also