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

    Returns all intermediate points that were used to calculate routes.

    Namespace: DevExpress.XtraMap

    Assembly: DevExpress.XtraMap.v26.1.dll

    Declaration

    public List<RouteWaypoint> IntermediatePoints { get; }

    Property Value

    Type Description
    List<RouteWaypoint>

    A list of RouteWaypoint objects.

    See Also