次の方法で共有


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。

適用対象