Interface DirectionsStartSearch.DirectionsStartSearchListener

All Known Implementing Classes:
SearchFragment
Enclosing class:
DirectionsStartSearch

public static interface DirectionsStartSearch.DirectionsStartSearchListener
Listener to receive events about searches.
  • Method Details

    • onSearchComplete

      void onSearchComplete(DirectionsStartSearchResponse response)
      Called when a search completes successfully.
    • onSearchError

      void onSearchError(Throwable tr)
      Called when a search fails to complete.