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

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

适用于