Geocoder.GetFromLocationAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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>>
Parameters
- latitude
- Double
- longitude
- Double
- maxResults
- Int32
Returns
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Applies to
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
Parameters
- latitude
- Double
- longitude
- Double
- maxResults
- Int32
- listener
- Geocoder.IGeocodeListener