public interface RevGeoSearchResultListener
Modifier and Type | Method and Description |
---|---|
void |
onSearchError(SearchError error)
Method responsible to handle reverse geocoding search response when search returns error.
|
void |
onSearchResult(ReverseGeocoderSearchResponse response)
Method responsible to handle reverse geocoding search response when search returns results.
|
void onSearchResult(ReverseGeocoderSearchResponse response)
response
- - reverse geocoding search request's resultvoid onSearchError(SearchError error)
error
-