共用方式為


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 的清單。

適用於