Freigeben über


Geocoder.GetFromLocationAsync Methode

Definition

Überlädt

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

Parameter

latitude
Double
longitude
Double
maxResults
Int32

Gibt zurück

Hinweise

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die vom Android Open Source-Projekt erstellt und freigegeben werden und gemäß den in der Creative Commons 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für:

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

Parameter

latitude
Double
longitude
Double
maxResults
Int32

Gibt zurück

Gilt für: