The members of Android.Locations.Geocoder are listed below.
See Also: Inherited members from Java.Lang.Object
Constructs a Geocoder whose responses will be localized for the default system Locale. | ||
Constructs a Geocoder whose responses will be localized for the given Locale. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
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. |