Android.Locations.Geocoder: Method Members

The methods of Android.Locations.Geocoder are listed below. For a list of all members, see the Geocoder Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

GetFromLocation(double, double, int) : IList<Address>
Returns an array of Addresses that are known to describe the area immediately surrounding the given latitude and longitude.
GetFromLocationAsync(double, double, int) : System.Threading.Tasks.Task<IList<Address>>
Documentation for this section has not yet been entered.
GetFromLocationName(string, int) : IList<Address>
Returns an array of Addresses that are known to describe the named location, which may be a place name such as "Dalvik, Iceland", an address such as "1600 Amphitheatre Parkway, Mountain View, CA", an airport code such as "SFO", etc.
GetFromLocationName(string, int, double, double, double, double) : IList<Address>
Returns an array of Addresses that are known to describe the named location, which may be a place name such as "Dalvik, Iceland", an address such as "1600 Amphitheatre Parkway, Mountain View, CA", an airport code such as "SFO", etc.
GetFromLocationNameAsync(string, int) : System.Threading.Tasks.Task<IList<Address>>
Documentation for this section has not yet been entered.
GetFromLocationNameAsync(string, int, double, double, double, double) : System.Threading.Tasks.Task<IList<Address>>
Documentation for this section has not yet been entered.