Skip to main content
All docs
V24.2

AzureRouteCalculatedEventArgs.CalculationResult Property

Returns the result of a route calculation.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v24.2.dll

Declaration

public AzureRouteCalculationResult CalculationResult { get; }

Property Value

Type Description
AzureRouteCalculationResult

Contains the result of the route calculation.

See Also