GuidanceAudioNotifications 列挙型

定義

ナビゲーション中に使用されるオーディオ通知の種類を指定します。

注意

この API は、すべての Windows アプリで使用できるわけではありません。 開発者アカウントが Microsoft によって特別にプロビジョニングされていない限り、この API の呼び出しは実行時に失敗します。 Windows.Services.Maps.Guidance 名前空間の詳細については、Microsoft アカウント チームの担当者にお問い合わせください。

この列挙体は、メンバー値のビットごとの組み合わせをサポートしています。

public enum class GuidanceAudioNotifications
/// [System.Flags]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Services.Maps.GuidanceContract, 65536)]
enum class GuidanceAudioNotifications
[System.Flags]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Services.Maps.GuidanceContract), 65536)]
public enum GuidanceAudioNotifications
Public Enum GuidanceAudioNotifications
継承
GuidanceAudioNotifications
属性

Windows の要件

デバイス ファミリ
Windows Desktop Extension SDK (10.0.10240.0 で導入)
Windows Mobile Extension SDK (10.0.10240.0 で導入)
API contract
Windows.Services.Maps.GuidanceContract (v1.0 で導入)

フィールド

Gps 4

GPS 通知。

Maneuver 1

通知を操作します。

None 0

オーディオ通知は選択されていません。

Route 2

ルート通知。

SpeedLimit 8

速度制限の通知。

Traffic 16

トラフィック通知。

TrafficCamera 32

トラフィック カメラの通知。

適用対象