| java.lang.Object | ||
| ↳ | com.carto.geocoding.ReverseGeocodingService | |
| ↳ | com.carto.geocoding.PackageManagerReverseGeocodingService | |
A reverse geocoding service that uses geocoding packages from package manager.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
PackageManagerReverseGeocodingService(PackageManager packageManager)
Constructs a new instance of the PackageManagerReverseGeocodingService given package manager instance.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| GeocodingResultVector |
calculateAddresses(ReverseGeocodingRequest request)
Calculates matching addresses from the specified reverse geocoding request.
| ||||||||||
| synchronized void | delete() | ||||||||||
| String |
getLanguage()
Returns the language of the expected results.
| ||||||||||
| void |
setLanguage(String lang)
Sets the language of the expected results.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.carto.geocoding.ReverseGeocodingService
| |||||||||||
From class
java.lang.Object
| |||||||||||
Constructs a new instance of the PackageManagerReverseGeocodingService given package manager instance.
| packageManager | The package manager instance to use. |
|---|
Calculates matching addresses from the specified reverse geocoding request.
| request | The reverse geocoding request to use. |
|---|
| IOException |
|---|
Returns the language of the expected results.
Sets the language of the expected results.
| lang | The language to use as ISO 639-1 code. Empty string can be used for default language. |
|---|