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

BingRouteLeg.Itinerary Property

Gets additional information about this route leg.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v21.1.dll

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

Declaration

public List<BingItineraryItem> Itinerary { get; }

Property Value

Type Description
List<BingItineraryItem>

A list of BingItineraryItem objects.

See Also