GuidanceMode 枚举

定义

指定导航指南的类型。

注意

此 API 并非适用于所有 Windows 应用。 除非你的开发人员帐户由 Microsoft 专门预配,否则对此 API 的调用将在运行时失败。 有关 Windows.Services.Maps.Guidance 命名空间的详细信息,请与 Microsoft 帐户团队代表合作。

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

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 中引入)

字段

Navigation 2

导航指南处于活动状态。

None 0

指示引擎未处于活动状态。

Simulation 1

导航指南是模拟的。

Tracking 3

在没有指定路线的情况下提供导航帮助。

适用于