Share via


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

Name Value Description
Unknown 0

The level of traffic congestion is unknown.

Light 1

The level of traffic congestion is light.

Mild 2

The level of traffic congestion is mild.

Medium 3

The level of traffic congestion is medium.

Heavy 4

The level of traffic congestion is heavy.

Applies to