abstract fun search(query: String, options: SearchOptions, callback: SearchSuggestionsCallback): SearchRequestTask
The first step of forward geocoding. Returns a list of SearchSuggestion without coordinates.
callback
- callback to retrieve list of SearchSuggestion. Each SearchSuggestion can be resolved to SearchResult (with coordinates) by calling select.
Return
SearchRequestTask to be able to cancel request.