public static interface DirectionsStartSearch.DirectionsStartSearchListener
Listener to receive events about searches.
Modifier and Type | Method and Description |
---|---|
void |
onSearchComplete(DirectionsStartSearchResponse response)
Called when a search completes successfully.
|
void |
onSearchError(java.lang.Throwable tr)
Called when a search fails to complete.
|
void onSearchComplete(DirectionsStartSearchResponse response)
Called when a search completes successfully.
void onSearchError(java.lang.Throwable tr)
Called when a search fails to complete.