Back to Devexpress

AzureRouteCalculationResult.IntermediatePoints Property

wpf-devexpress-dot-xpf-dot-map-dot-azureroutecalculationresult.md

latest1.2 KB
Original Source

AzureRouteCalculationResult.IntermediatePoints Property

Returns all intermediate points that were used to calculate routes.

Namespace : DevExpress.Xpf.Map

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

NuGet Package : DevExpress.Wpf.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.Xpf.Map Namespace