SearchProperties
constructor(searchApiKey: String, searchApiParameters: SearchApiParameters = SearchApiParameters(), commands: List<String> = listOf(), units: UnitSystem = getDefaultUnitSystem())
Parameters
searchApiKey
Key required for Search API queries.
searchApiParameters
Search parameters used when constructing a query.
commands
List of commands that can recognized by the com.tomtom.sdk.search.ui.SearchView and trigger the com.tomtom.sdk.search.ui.SearchViewListener.onCommandInsert.
units
Specifies the preferred system of measurement of the search results.