MapRouteFinderStatus 枚举

定义

返回 MapRouteFinder 查询的状态。 此枚举为 MapRouteFinderResultStatus 属性提供值。

public enum class MapRouteFinderStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class MapRouteFinderStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum MapRouteFinderStatus
Public Enum MapRouteFinderStatus
继承
MapRouteFinderStatus
属性

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)

字段

EndPointNotFound 6

指定的结束点在路由中无效。 例如,该点位于海洋或沙漠中。

InvalidCredentials 2

查询提供的凭据无效。

NetworkFailure 8

查询遇到网络故障。

NoPedestrianRouteFound 7

查询未找到行人路线。

NoRouteFound 3

查询未找到路由。

NoRouteFoundWithGivenOptions 4

查询未找到具有指定选项的路由。

NotSupported 9

不支持查询。

StartPointNotFound 5

指定的起点在路由中无效。 例如,该点位于海洋或沙漠中。

Success 0

查询成功。

UnknownError 1

查询返回了未知错误。

注解

重要

必应地图企业版服务停用

来自 Windows.Services.Maps 命名空间中的 UWP MapControl 和地图服务依赖于必应地图。 必应地图企业版已弃用,并且将停用,此时 MapControl 和服务将不再接收数据。

有关详细信息,请参阅 必应地图开发人员中心必应地图文档

必须先对应用进行身份验证,然后才能在 Windows.Services.Maps 命名空间中使用 MapControl 和地图服务。 若要对应用进行身份验证,必须指定映射身份验证密钥。

请参阅 请求映射身份验证密钥

适用于

另请参阅