AzureRouteCalculationResult.IntermediatePoints Property
In This Article
Returns all intermediate points that were used to calculate routes.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.2.dll
NuGet Package: DevExpress.Win.Map
#Declaration
public List<RouteWaypoint> IntermediatePoints { get; }
#Property Value
Type | Description |
---|---|
List<Route |
A list of |
See Also