Skip to main content
A newer version of this page is available. .

BingRouteResult.Legs Property

Returns all legs that together comprise the calculated route.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v21.1.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Map

Declaration

public List<BingRouteLeg> Legs { get; }

Property Value

Type Description
List<BingRouteLeg>

A list of BingRouteLeg objects.

See Also