Package-level declarations
This package allows for efficient and effective user interactions with search components within the application.
The SearchView is a user interface component that includes an input bar. It has its own listeners and click actions that allow users to search for places. When a user inputs a query, the SearchView returns a list of places that match the search criteria.
Types
Fragment that consists of SearchView, SearchResultsView, SearchSuggestionView and brings features of these separate views into a single fragment.
Reports on specific user interactions with the search components.
Reports when a PlaceDetails has been selected.
View responsible for displaying a list of Places.
Reports when a suggestion has been selected.
View that displays a SearchSuggestion.
View that consists of an input bar for the search phrase that will be used in TomTom Search API and returns list of found places.
Reports on specific user interactions with the SearchView.