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
GetFromLocation(double, double, int)Returns an array of Addresses that are known to describe the area immediately surrounding the given latitude and longitude. | ||
GetFromLocationAsync(double, double, int)Documentation for this section has not yet been entered. | ||
GetFromLocationName(string, int)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)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)Documentation for this section has not yet been entered. | ||
GetFromLocationNameAsync(string, int, double, double, double, double)Documentation for this section has not yet been entered. |