Geocoding 类

定义

地理编码 API 提供将地标地理编码为位置坐标的功能,以及将坐标反向地理编码为定位标记的功能。

public ref class Geocoding abstract sealed
public static class Geocoding
type Geocoding = class
Public Class Geocoding
继承
Geocoding

属性

Default

提供此 API 静态使用的默认实现。

方法

GetLocationsAsync(String)

检索给定地址的潜在位置。

GetPlacemarksAsync(Double, Double)

检索由坐标指定的给定位置的潜在地标。

GetPlacemarksAsync(Location)

检索指定 Location给定位置的潜在地标。

适用于