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.v26.1.dll

Declaration

public BingDetail[] Details { get; }

Property Value

Type Description
BingDetail[]

An array of BingDetail objects.

See Also