Skip to main content
All docs
V25.1
  • 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.1.dll

    NuGet Package: DevExpress.Win.Map

    Declaration

    [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

    Members

    Name Description Icon
    Accident

    The type of incident is Accident.

    Accident Icon

    Congestion

    The type of incident is Congestion.

    Warning Icon

    DisabledVehicle

    The type of incident is Disabled Vehicle.

    Warning Icon

    MassTransit

    The type of incident is Mass Transit.

    Warning Icon

    Miscellaneous

    The type of incident is Miscellaneous.

    Warning Icon

    OtherNews

    The type of incident is Other News.

    Warning Icon

    PlannedEvent

    The type of incident is Planned Event.

    Warning Icon

    RoadHazard

    The type of incident is Road Hazard.

    Warning Icon

    Construction

    The type of incident is Construction.

    Construction Icon

    Alert

    The type of incident is Alert.

    Warning Icon

    Weather

    The type of incident is Weather.

    Warning Icon

    Related API Members

    The following properties accept/return BingTrafficIncidentType values:

    See Also