Share via


TrafficCongestion 列挙型

定義

マップ ルートまたはルート 区間に沿ったトラフィック輻輳のレベルを指定します。

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
継承
TrafficCongestion
属性

Windows の要件

デバイス ファミリ
Windows 10 Creators Update (10.0.15063.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v4.0 で導入)

フィールド

Heavy 4

交通渋滞のレベルは重いです。

Light 1

交通渋滞のレベルは軽い。

Medium 3

トラフィックの輻輳のレベルは中程度です。

Mild 2

交通渋滞のレベルは軽度です。

Unknown 0

トラフィックの輻輳のレベルは不明です。

適用対象