Package 

Class SearchEventsHandler

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Unit onSearchInput(String searchInput) Invoked when the text in the search box is changed
      Unit onSearchRowEvent(SearchItemViewModel.PoiViewModel poiViewModel) Invoked when a poi is clicked from the search results list
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • onSearchInput

        @UiThread() Unit onSearchInput(String searchInput)

        Invoked when the text in the search box is changed

        Parameters:
        searchInput - The new search text
      • onSearchRowEvent

        @UiThread() Unit onSearchRowEvent(SearchItemViewModel.PoiViewModel poiViewModel)

        Invoked when a poi is clicked from the search results list

        Parameters:
        poiViewModel - a wrapper class object containing useful information about the clicked poi