Skip to main content
All docs
V24.2

AzureRouteCalculationResult.IntermediatePoints Property

Returns all intermediate points that were used to calculate routes.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v24.2.dll

Declaration

public List<RouteWaypoint> IntermediatePoints { get; }

Property Value

Type Description
List<RouteWaypoint>

A list of RouteWaypoint objects.

See Also