Geocoder.GetFromLocationAsync 方法

定义

重载

GetFromLocationAsync(Double, Double, Int32)

public System.Threading.Tasks.Task<System.Collections.Generic.IList<Android.Locations.Address>?> GetFromLocationAsync(double latitude, double longitude, int maxResults);
member this.GetFromLocationAsync : double * double * int -> System.Threading.Tasks.Task<System.Collections.Generic.IList<Android.Locations.Address>>

参数

latitude
Double
longitude
Double
maxResults
Int32

返回

注解

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于

GetFromLocationAsync(Double, Double, Int32, Geocoder+IGeocodeListener)

public System.Threading.Tasks.Task GetFromLocationAsync(double latitude, double longitude, int maxResults, Android.Locations.Geocoder.IGeocodeListener listener);
member this.GetFromLocationAsync : double * double * int * Android.Locations.Geocoder.IGeocodeListener -> System.Threading.Tasks.Task

参数

latitude
Double
longitude
Double
maxResults
Int32

返回

适用于