AzureRouteResult.Legs Property
Returns all legs that together comprise the calculated route.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v26.1.dll
NuGet Package: DevExpress.Win.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