TrafficCongestion Enum

Definition

Specifies the level of traffic congestion along a map route or route leg.

public enum class TrafficCongestion
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
enum class TrafficCongestion
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
public enum TrafficCongestion
Public Enum TrafficCongestion
Inheritance
TrafficCongestion
Attributes

Windows requirements

Device family
Windows 10 Creators Update (introduced in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v4.0)

Fields

Heavy 4

The level of traffic congestion is heavy.

Light 1

The level of traffic congestion is light.

Medium 3

The level of traffic congestion is medium.

Mild 2

The level of traffic congestion is mild.

Unknown 0

The level of traffic congestion is unknown.

Applies to