Skip to main content

BingRouteLeg.Itinerary Property

Gets additional information about this route leg.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v25.1.dll

NuGet Package: DevExpress.Wpf.Map

Declaration

public List<BingItineraryItem> Itinerary { get; }

Property Value

Type Description
List<BingItineraryItem>

A list of BingItineraryItem objects.

See Also