AzureRouteResult.Legs Property
Returns all legs that together comprise the calculated route.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v25.1.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
Property Value
Type | Description |
---|---|
List<AzureRouteLeg> | A list of legs that together comprise the calculated route. |
Remarks
A leg is a point list that describes a route part. Each waypoint specified in the request will result in an additional route leg.
See Also