Skip to main content

BingItineraryItem.Details Property

The information about the required maneuvers on the itinerary item.

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

Declaration

public BingDetail[] Details { get; }

Property Value

Type Description
BingDetail[]

An array of BingDetail objects.

See Also