IPlatformGeocoding 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
特定于平台的地理编码 API 的单独抽象。
public interface class IPlatformGeocoding : Microsoft::Maui::Devices::Sensors::IGeocoding
public interface IPlatformGeocoding : Microsoft.Maui.Devices.Sensors.IGeocoding
type IPlatformGeocoding = interface
interface IGeocoding
Public Interface IPlatformGeocoding
Implements IGeocoding
- 实现
方法
GetLocationsAsync(String) |
检索给定地址的潜在位置。 (继承自 IGeocoding) |
GetPlacemarksAsync(Double, Double) |
检索由坐标指定的给定位置的潜在地标。 (继承自 IGeocoding) |
扩展方法
GetPlacemarksAsync(IGeocoding, Location) |
检索指定 Location给定位置的潜在地标。 |