共用方式為


Geocoding.GetLocationsAsync(String) 方法

定義

擷取指定位址的位置。

public static System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Xamarin.Essentials.Location>> GetLocationsAsync (string address);

參數

address
System.String

要擷取之 lcoation 的位址。

傳回

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

如果找不到位址,則為最符合位置或 Null 的位置清單。

適用於