public interface GeometrySearchResultListener
Modifier and Type | Method and Description |
---|---|
void |
onSearchError(SearchError error)
Method responsible to handle geometry search response when search returns error.
|
void |
onSearchResult(GeometrySearchResponse geometrySearchResponse)
Method responsible to handle geometry search response when search returns results.
|
void onSearchResult(GeometrySearchResponse geometrySearchResponse)
geometrySearchResponse
- - geometry search request's resultvoid onSearchError(SearchError error)
error
-