select

abstract fun select(suggestion: SearchSuggestion, callback: SearchSelectionCallback): SearchRequestTask

The second step of the offline forward geocoding. Call this function to get a SearchResult (with coordinates) from a SearchSuggestion.

Return

SearchRequestTask object which allows to cancel the request.

See also

Parameters

suggestion

search suggestion to resolve and get the final result with address and coordinates.

callback

callback to retrieve SearchResult with resolved coordinates.