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

BingItineraryItem.Details Property

The information about the required maneuvers on the itinerary item.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v21.2.dll

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

Declaration

public BingDetail[] Details { get; }

Property Value

Type Description
BingDetail[]

An array of the BingDetail objects.

See Also