AzureRouteResult.Legs Property
Returns all legs that together comprise the calculated route.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.2.dll
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