Skip to main content
All docs
V24.2

AzureRouteResult.Legs Property

Returns all legs that together comprise the calculated route.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v24.2.dll

Declaration

public List<AzureRouteLeg> Legs { get; }

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