Compartilhar via


Geocoder.GetFromLocationAsync Método

Definição

Sobrecargas

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

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>>

Parâmetros

latitude
Double
longitude
Double
maxResults
Int32

Retornos

Comentários

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a

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

Parâmetros

latitude
Double
longitude
Double
maxResults
Int32

Retornos

Aplica-se a