Share via


DelayMagnitude Struct

Definition

The magnitude of delay caused by the incident. These values correspond to the values of the response field ty of the Get Traffic Incident Detail API.

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

Constructors

DelayMagnitude(String)

Initializes a new instance of DelayMagnitude.

Properties

Major

Major.

Minor

Minor.

Moderate

Moderate.

Undefined

Undefined, used for road closures and other indefinite delays.

Unknown

Unknown.

Methods

Equals(DelayMagnitude)

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(DelayMagnitude, DelayMagnitude)

Determines if two DelayMagnitude values are the same.

Implicit(String to DelayMagnitude)

Converts a string to a DelayMagnitude.

Inequality(DelayMagnitude, DelayMagnitude)

Determines if two DelayMagnitude values are not the same.

Applies to