public static interface GeocodeManager.Geocoder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
A freetext description used to describe to the user the actual geocoding
capability.
|
java.util.List<android.location.Address> |
getLocation(GeoPoint gp)
The actual work required to turn a geopoint into an address.
|
java.util.List<android.location.Address> |
getLocation(java.lang.String address,
GeoBounds bounds)
Given a freetext address and an optionally supplied geobounds, attempt to return
an address.
|
java.lang.String |
getTitle()
A freetext title used to describe to the user the actual name of the geocoding
capability.
|
java.lang.String |
getUniqueIdentifier()
Used to identify the Geocoder when the user selects it for use in the system.
|
boolean |
testServiceAvailable() |
java.lang.String getUniqueIdentifier()
java.lang.String getTitle()
java.lang.String getDescription()
boolean testServiceAvailable()
java.util.List<android.location.Address> getLocation(GeoPoint gp)
gp
- the geopointjava.util.List<android.location.Address> getLocation(java.lang.String address, GeoBounds bounds)