Android.Locations.Geocoder Members

The members of Android.Locations.Geocoder are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

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.

Public Properties

[read-only]
static
IsPresentbool. Returns true if the Geocoder methods getFromLocation and getFromLocationName are implemented.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

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.