Geocoder.GetFromLocationNameAsync Methode

Definition

Überlädt

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

Parameter

locationName
String
maxResults
Int32

Gibt zurück

Hinweise

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für:

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

Parameter

locationName
String
maxResults
Int32

Gibt zurück

Gilt für:

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

Parameter

locationName
String
maxResults
Int32
lowerLeftLatitude
Double
lowerLeftLongitude
Double
upperRightLatitude
Double
upperRightLongitude
Double

Gibt zurück

Hinweise

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für:

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

Parameter

locationName
String
maxResults
Int32
lowerLeftLatitude
Double
lowerLeftLongitude
Double
upperRightLatitude
Double
upperRightLongitude
Double

Gibt zurück

Gilt für: