次の方法で共有


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取得します。

適用対象