autoComplete

abstract fun autoComplete(searchText: String, options: OnlineSearchFilter, callback: SearchCallback)

Performs autocomplete query, returning suggestions of places that might match text typed by the user

Parameters

searchText

text typed by the user in the 'search' input field

options

filtering options for given query

callback

callback invoked to inform about the result of auto complete search query.