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