public interface AlongRouteSearchResultListener
Modifier and Type | Method and Description |
---|---|
void |
onSearchError(SearchError error)
Method responsible to handle along route search response when search returns error.
|
void |
onSearchResult(AlongRouteSearchResponse alongRouteSearchResponse)
Method responsible to handle along route search response when search returns results.
|
void onSearchResult(AlongRouteSearchResponse alongRouteSearchResponse)
alongRouteSearchResponse
- - along route search request's resultvoid onSearchError(SearchError error)
error
-