Back to Devexpress

BingItineraryWarningType Enum

windowsforms-devexpress-dot-xtramap-be1c7ac0.md

latest4.1 KB
Original Source

BingItineraryWarningType Enum

OBSOLETE

This class is obsolete. Microsoft deprecated Bing Maps on June 30th, 2025. For alternative providers, see https://www.devexpress.com/bing-maps-winforms

Lists the values used to specify a warning type.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
[Obsolete("This class is obsolete. Microsoft deprecated Bing Maps on June 30th, 2025. For alternative providers, see https://www.devexpress.com/bing-maps-winforms")]
[PreferableMember("BingItineraryWarningType", "", "")]
public enum BingItineraryWarningType
vb
<Obsolete("This class is obsolete. Microsoft deprecated Bing Maps on June 30th, 2025. For alternative providers, see https://www.devexpress.com/bing-maps-winforms")>
<PreferableMember("BingItineraryWarningType", "", "")>
Public Enum BingItineraryWarningType

Members

NameDescription
Accident

There is a car accident.

| | AdminDivisionChange |

The route has left one administrative division and entered another.

| | BlockedRoad |

The road is blocked.

| | CheckTimetable |

Check a time table. This usually refers to a ferry time table.

| | Congestion |

The traffic is slow.

| | CountryChange |

The route has left one country and entered another.

| | DisabledVehicle |

There is a disabled vehicle.

| | GateAccess |

A gate blocks the road and access is required to continue along the route.

| | GetOffTransit |

Get off the transit at this location.

| | GetOnTransit |

Get on the transit at this location.

| | IllegalUTurn |

A U-turn is illegal at this location.

| | MassTransit |

Use mass transit at this location.

| | Miscellaneous |

A miscellaneous warning is available for this location.

| | NoIncident |

There is no incident at this location.

| | None |

There is no warning at this location.

| | Other |

There is a warning at this location that can not be classified as any other type of warning.

| | OtherNews |

There is news about this location.

| | OtherTrafficIncidents |

There are other traffic incidents at this location.

| | PlannedEvents |

There are planned events in the region.

| | PrivateRoad |

The road being travelled on is private.

| | RestrictedTurn |

The turn is restricted depending on the time of day.

| | RoadClosures |

There are road closures at this location.

| | RoadHazard |

There is a road hazard.

| | ScheduledConstruction |

There is scheduled construction.

| | SeasonalClosures |

A seasonal closure occurs at this location.

| | Tollbooth |

A toll is required at this location to continue along the route.

| | TollRoad |

The road being travelled on is a toll road.

| | TrafficFlow |

The warning is a traffic warning.

| | UnpavedRoad |

The road being travelled on is unpaved.

| | TollZoneEnter |

The entrance to a toll zone.

| | TollZoneExit |

The exit from a toll zone.

| | TransitLineChange |

There is a transit line change.

| | UnscheduledConstruction |

There is construction at this location.

| | Weather |

There is significant weather at this location.

| | PlannedEvent |

There are scheduled events that may disrupt the route.

| | TimeRestriction |

There is a time restriction.

|

The following properties accept/return BingItineraryWarningType values:

Remarks

The values listed by the BingItineraryWarningType enumeration are used to set the BingItineraryItemWarning.Type property.

See Also

DevExpress.XtraMap Namespace