java.lang.Object | |
↳ | com.carto.geocoding.ReverseGeocodingService |
![]() |
An abstract base class for reverse geocoding services.
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Calculates matching addresses from the specified reverse geocoding request.
request | The reverse geocoding request to use. |
---|
Exception | If IO error occured during the calculation. |
---|---|
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. |
---|