Skip to main content
All docs
V25.1
  • AzureRouteCalculatedEventArgs.CalculationResult Property

    Returns the result of a route calculation.

    Namespace: DevExpress.XtraMap

    Assembly: DevExpress.XtraMap.v25.1.dll

    NuGet Package: DevExpress.Win.Map

    Declaration

    public AzureRouteCalculationResult CalculationResult { get; }

    Property Value

    Type Description
    AzureRouteCalculationResult

    Contains the result of the route calculation.

    See Also