共用方式為


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指定位置的潛在標記。

適用於