public interface RevGeoSearchCallback
| Modifier and Type | Method and Description |
|---|---|
void |
onSearchError(java.lang.Throwable error)
Method responsible to handle searchResponse when search returns error.
|
void |
onSearchResult(ReverseGeocoderResult response)
Method responsible to handle searchResponse when search returns results.
|
void onSearchResult(ReverseGeocoderResult response)
response - Obtained reverse geocoder result.void onSearchError(java.lang.Throwable error)
error - Obtained reverse geocoder error.