Skip to main content

BingRouteResult.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

public List<BingRouteLeg> Legs { get; }

Property Value

Type Description
List<BingRouteLeg>

A list of BingRouteLeg objects.

See Also