sdk-search / com.tomtom.online.sdk.search.data.autocomplete / AutocompleteSearchQuery

AutocompleteSearchQuery

open class AutocompleteSearchQuery : BaseRequestQuery

Constructors

<init>

AutocompleteSearchQuery(term: String!, language: String!, limit: Int!, position: LatLng!, radius: Int!, country: String!, resultTypes: MutableList<ResultType!>!)

The constructor for an Autocomplete Search query which enables you to make a more meaningful Search call by recognizing entities inside an input query and offering them as query terms.

Functions

dispose

open fun dispose(): Unit

getNativeHandle

open fun getNativeHandle(): Long

prepare

open fun prepare(): Long