Share via


TrafficIncidentCategory Struct

Definition

Type of the incident. Can currently be JAM, ROAD_WORK, ROAD_CLOSURE, or OTHER. See "tec" for detailed information.

public readonly struct TrafficIncidentCategory : IEquatable<Azure.Maps.Routing.Models.TrafficIncidentCategory>
type TrafficIncidentCategory = struct
Public Structure TrafficIncidentCategory
Implements IEquatable(Of TrafficIncidentCategory)
Inheritance
TrafficIncidentCategory
Implements

Constructors

TrafficIncidentCategory(String)

Initializes a new instance of TrafficIncidentCategory.

Properties

Jam

Traffic jam.

Other

Other.

RoadClosure

Road closure.

RoadWork

Road work.

Methods

Equals(TrafficIncidentCategory)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(TrafficIncidentCategory, TrafficIncidentCategory)

Determines if two TrafficIncidentCategory values are the same.

Implicit(String to TrafficIncidentCategory)

Converts a string to a TrafficIncidentCategory.

Inequality(TrafficIncidentCategory, TrafficIncidentCategory)

Determines if two TrafficIncidentCategory values are not the same.

Applies to