Geocoder.GetFromLocationNameAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
GetFromLocationNameAsync(String, Int32)
public System.Threading.Tasks.Task<System.Collections.Generic.IList<Android.Locations.Address>?> GetFromLocationNameAsync(string locationName, int maxResults);
member this.GetFromLocationNameAsync : string * int -> System.Threading.Tasks.Task<System.Collections.Generic.IList<Android.Locations.Address>>
パラメーター
- locationName
- String
- maxResults
- Int32
返品
注釈
このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。
適用対象
GetFromLocationNameAsync(String, Int32, Geocoder+IGeocodeListener)
public System.Threading.Tasks.Task GetFromLocationNameAsync(string locationName, int maxResults, Android.Locations.Geocoder.IGeocodeListener listener);
member this.GetFromLocationNameAsync : string * int * Android.Locations.Geocoder.IGeocodeListener -> System.Threading.Tasks.Task
パラメーター
- locationName
- String
- maxResults
- Int32
- listener
- Geocoder.IGeocodeListener
返品
適用対象
GetFromLocationNameAsync(String, Int32, Double, Double, Double, Double)
public System.Threading.Tasks.Task<System.Collections.Generic.IList<Android.Locations.Address>?> GetFromLocationNameAsync(string locationName, int maxResults, double lowerLeftLatitude, double lowerLeftLongitude, double upperRightLatitude, double upperRightLongitude);
member this.GetFromLocationNameAsync : string * int * double * double * double * double -> System.Threading.Tasks.Task<System.Collections.Generic.IList<Android.Locations.Address>>
パラメーター
- locationName
- String
- maxResults
- Int32
- lowerLeftLatitude
- Double
- lowerLeftLongitude
- Double
- upperRightLatitude
- Double
- upperRightLongitude
- Double
返品
注釈
このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。
適用対象
GetFromLocationNameAsync(String, Int32, Double, Double, Double, Double, Geocoder+IGeocodeListener)
public System.Threading.Tasks.Task GetFromLocationNameAsync(string locationName, int maxResults, double lowerLeftLatitude, double lowerLeftLongitude, double upperRightLatitude, double upperRightLongitude, Android.Locations.Geocoder.IGeocodeListener listener);
member this.GetFromLocationNameAsync : string * int * double * double * double * double * Android.Locations.Geocoder.IGeocodeListener -> System.Threading.Tasks.Task
パラメーター
- locationName
- String
- maxResults
- Int32
- lowerLeftLatitude
- Double
- lowerLeftLongitude
- Double
- upperRightLatitude
- Double
- upperRightLongitude
- Double
- listener
- Geocoder.IGeocodeListener