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.Xpf.Map

Assembly: DevExpress.Xpf.Map.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Map, DevExpress.Wpf.Map

Declaration

public BingDetail[] Details { get; }

Property Value

Type Description
BingDetail[]

An array of BingDetail objects.

See Also