Package-level declarations
Types
Link copied to clipboard
Represents an exception raised when an internet connection is not established.
Link copied to clipboard
Fragment that consists of SearchView, SearchResultsView, SearchSuggestionView and brings features of these separate views into a single fragment.
Link copied to clipboard
interface SearchFragmentListener
Reports on specific user interactions with the search components.
Link copied to clipboard
Reports when a PlaceDetails has been selected.
Link copied to clipboard
class SearchResultsView @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null, defStyleAttributes: Int = 0) : FrameLayout, SearchResultClickListener
View responsible for displaying a list of Places.
Link copied to clipboard
Reports when a suggestion has been selected.
Link copied to clipboard
class SearchSuggestionView @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null, defStyleAttributes: Int = R.style.SearchSuggestionStyle) : LinearLayout
View that displays a SearchSuggestion.
Link copied to clipboard
class SearchView @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null, defStyleAttributes: Int = 0) : FrameLayout
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.
Link copied to clipboard
interface SearchViewListener
Reports on specific user interactions with the SearchView.