MapRouteManeuver 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示沿路线段路径执行的操作。
public ref class MapRouteManeuver sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class MapRouteManeuver final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class MapRouteManeuver
Public NotInheritable Class MapRouteManeuver
- 继承
- 属性
Windows 要求
设备系列 |
Windows 10 (在 10.0.10240.0 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)
|
注解
MapRouteManeuver 对象的集合通过 mapRouteLeg 对象的
重要
必应地图企业版服务停用
来自 Windows.Services.Maps 命名空间中的 UWP MapControl 和地图服务依赖于必应地图。 必应地图企业版已弃用,并且将停用,此时 MapControl 和服务将不再接收数据。
有关详细信息,请参阅 必应地图开发人员中心 和 必应地图文档。
必须先对应用进行身份验证,然后才能在 Windows.Services.Maps 命名空间中使用 MapControl 和地图服务。 若要对应用进行身份验证,必须指定映射身份验证密钥。
请参阅 请求映射身份验证密钥。
版本历史记录
Windows 版本 | SDK 版本 | 已添加值 |
---|---|---|
1703 | 15063 | 警告 |
属性
EndHeading |
获取一个值,该值指示操作结束时的标题(以度为单位),其中 0 或 360 = North,90 = East,180 = South,270 = West。 |
ExitNumber |
获取路由操作的退出号。 |
InstructionText |
获取与操纵关联的指令文本。 |
Kind |
获取操纵的类型。 |
LengthInMeters |
获取下一次机动开始的距离(以米为单位)。 |
ManeuverNotices |
获取与操纵关联的其他信息。 |
StartHeading |
获取一个值,该值指示操作开始时的标题(以度为单位),其中 0 或 360 = North,90 = East,180 = South,270 = West。 |
StartingPoint |
获取操作开始的位置。 |
StreetName |
获取 InstructionText中指定的街道名称(如果可用)。 |
Warnings |
获取路线段上的潜在问题的列表。 |