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

    Returns the result of a route calculation.

    Namespace: DevExpress.XtraMap

    Assembly: DevExpress.XtraMap.v26.1.dll

    Declaration

    public AzureRouteCalculationResult CalculationResult { get; }

    Property Value

    Type Description
    AzureRouteCalculationResult

    Contains the result of the route calculation.

    See Also