Back to Devexpress

AzureRouteCalculationResult.IntermediatePoints Property

windowsforms-devexpress-dot-xtramap-dot-azureroutecalculationresult.md

latest1.2 KB
Original Source

AzureRouteCalculationResult.IntermediatePoints Property

Returns all intermediate points that were used to calculate routes.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public List<RouteWaypoint> IntermediatePoints { get; }
vb
Public ReadOnly Property IntermediatePoints As List(Of RouteWaypoint)

Property Value

TypeDescription
List<RouteWaypoint>

A list of RouteWaypoint objects.

|

See Also

AzureRouteCalculationResult Class

AzureRouteCalculationResult Members

DevExpress.XtraMap Namespace