Skip to main content
All docs
V25.2
  • AzureRouteIsochroneCalculatedEventArgs.CalculationResult Property

    Returns the result of an isochrone calculation (isoline polygon points and origin waypoint coordinates).

    Namespace: DevExpress.Xpf.Map

    Assembly: DevExpress.Xpf.Map.v25.2.dll

    Declaration

    public AzureRouteIsochroneCalculationResult CalculationResult { get; }

    Property Value

    Type Description
    AzureRouteIsochroneCalculationResult

    Contains the result of an isochrone calculation.

    See Also