次の方法で共有


Geocoding.GetPlacemarksAsync メソッド

定義

オーバーロード

GetPlacemarksAsync(Location)

特定の場所の目印を取得します。

GetPlacemarksAsync(Double, Double)

特定のアドレスの場所を取得します。

GetPlacemarksAsync(Location)

特定の場所の目印を取得します。

public static System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Xamarin.Essentials.Placemark>> GetPlacemarksAsync (Xamarin.Essentials.Location location);

パラメーター

location
Location

目印を検索する場所。

戻り値

System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Placemark>>

目印が見つからない場合は、プレース マークまたは null の一覧。

適用対象

GetPlacemarksAsync(Double, Double)

特定のアドレスの場所を取得します。

public static System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Xamarin.Essentials.Placemark>> GetPlacemarksAsync (double latitude, double longitude);

パラメーター

latitude
System.Double

場所の緯度。

longitude
System.Double

場所の経度。

戻り値

System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Placemark>>

目印が見つからない場合は、プレース マークまたは null の一覧。

適用対象