IPlatformGeocoding 接口

定义

特定于平台的地理编码 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给定位置的潜在地标。

适用于