wpf-devexpress-dot-xpf-dot-map-d100a04e.md
This class is obsolete. Microsoft deprecated Bing Maps on June 30th, 2025. For alternative providers, see https://www.devexpress.com/bing-maps-wpf
Lists traffic incident types.
Namespace : DevExpress.Xpf.Map
Assembly : DevExpress.Xpf.Map.v25.2.dll
NuGet Package : DevExpress.Wpf.Map
[Flags]
[Obsolete("This class is obsolete. Microsoft deprecated Bing Maps on June 30th, 2025. For alternative providers, see https://www.devexpress.com/bing-maps-wpf")]
[PreferableMember("BingTrafficIncidentType", "", "")]
public enum BingTrafficIncidentType
<Obsolete("This class is obsolete. Microsoft deprecated Bing Maps on June 30th, 2025. For alternative providers, see https://www.devexpress.com/bing-maps-wpf")>
<PreferableMember("BingTrafficIncidentType", "", "")>
<Flags>
Public Enum BingTrafficIncidentType
| Name | Description | Icon |
|---|---|---|
Accident |
The type of incident is Accident.
|
|
| Congestion |
The type of incident is Congestion.
|
|
| DisabledVehicle |
The type of incident is Disabled Vehicle.
|
|
| MassTransit |
The type of incident is Mass Transit.
|
|
| Miscellaneous |
The type of incident is Miscellaneous.
|
|
| OtherNews |
The type of incident is Other News.
|
|
| PlannedEvent |
The type of incident is Planned Event.
|
|
| RoadHazard |
The type of incident is Road Hazard.
|
|
| Construction |
The type of incident is Construction.
|
|
| Alert |
The type of incident is Alert.
|
|
| Weather |
The type of incident is Weather.
|
|
The following properties accept/return BingTrafficIncidentType values:
See Also