Back to Devexpress

BingTrafficIncidentType Enum

windowsforms-devexpress-dot-xtramap-b2b3b1fb.md

latest3.0 KB
Original Source

BingTrafficIncidentType 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 traffic incident types.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
[Flags]
[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("BingTrafficIncidentType", "", "")]
public enum BingTrafficIncidentType
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("BingTrafficIncidentType", "", "")>
<Flags>
Public Enum BingTrafficIncidentType

Members

NameDescriptionIcon
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

BingTrafficIncidentDataProvider

DevExpress.XtraMap Namespace