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

BingItineraryItem.Warnings Property

Gets the warnings associated with the itinerary item.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v18.2.dll

Declaration

public List<BingItineraryItemWarning> Warnings { get; }

Property Value

Type Description
List<BingItineraryItemWarning>

A list of BingItineraryItemWarning objects containing a warning for this itinerary item.

See Also