search
abstract fun search(query: String, options: OfflineSearchOptions, callback: SearchSuggestionsCallback): SearchRequestTask
Content copied to clipboard
The first step of the offline forward geocoding. Returns a list of SearchSuggestion without coordinates.
Return
SearchRequestTask task object which allows to cancel the request.
See also
Parameters
query
search query.
options
search options.
callback
callback to handle search result on the main thread.