Skip to main content
All docs
V25.1
  • AzureRouteCalculationResult.IntermediatePoints Property

    Returns all intermediate points that were used to calculate routes.

    Namespace: DevExpress.Xpf.Map

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

    NuGet Package: DevExpress.Wpf.Map

    Declaration

    public List<RouteWaypoint> IntermediatePoints { get; }

    Property Value

    Type Description
    List<RouteWaypoint>

    A list of RouteWaypoint objects.

    See Also