select
The second step of forward geocoding. Call this function to get a SearchResult (with coordinates) from a SearchSuggestion.
Return
AsyncOperationTask object representing pending completion of the request.
Parameters
Search suggestion to resolve and get the final result with address and coordinates.
The callback to retrieve SearchResult with resolved coordinates. Events are dispatched on the main thread.
The second step of forward geocoding. Call this function to get a SearchResult (with coordinates) from a SearchSuggestion.
Return
AsyncOperationTask object representing pending completion of the request.
Parameters
Search suggestion to resolve and get the final result with address and coordinates.
Options used for controlling internal "select" operation logic.
The callback to retrieve SearchResult with resolved coordinates.
The second step of forward geocoding. Call this function to get a SearchResult (with coordinates) from a SearchSuggestion.
Return
AsyncOperationTask object representing pending completion of the request.
Parameters
Search suggestion to resolve and get the final result with address and coordinates.
Options used for controlling internal "select" operation logic.
Executor used for events dispatching. By default events are dispatched on the main thread.
The callback to retrieve SearchResult with resolved coordinates.
Deprecated
Consider making a selection of only one Search Suggestion
Deprecated, consider making a selection of only one Search Suggestion.
Function to select multiple suggestions at once. Unlike select, resolving always ends up returning list of SearchResult and can't return new suggestions.
Note that all the search suggestions must originate from the same search request and only certain suggestions can be used in the batch selection, to check if a SearchSuggestion can be passed to this function, call SearchSuggestion.isBatchResolveSupported. With the current implementation, only POI and indexable record suggestions support batch resolving. All the suggestions that can't be used in batch resolving will be filtered.
Please note that this function is not supported for ApiType.SEARCH_BOX. If this SearchEngine was created with ApiType.SEARCH_BOX, the SearchMultipleSelectionCallback.onError will be triggered immediately.
Return
AsyncOperationTask object representing pending completion of the request.
Parameters
Search suggestions to resolve. Suggestions that don't support batch resolving will be filtered.
Executor used for events dispatching. By default events are dispatched on the main thread.
The callback to retrieve SearchResult with resolved coordinates.
Deprecated
Consider making a selection of only one Search Suggestion
Deprecated, consider making a selection of only one Search Suggestion.
Function to select multiple suggestions at once. Unlike select, resolving always ends up returning list of SearchResult and can't return new suggestions.
Note that all the search suggestions must originate from the same search request and only certain suggestions can be used in the batch selection, to check if a SearchSuggestion can be passed to this function, call SearchSuggestion.isBatchResolveSupported. With the current implementation, only POI and indexable record suggestions support batch resolving. All the suggestions that can't be used in batch resolving will be filtered.
Please note that this function is not supported for ApiType.SEARCH_BOX. If this SearchEngine was created with ApiType.SEARCH_BOX, the SearchMultipleSelectionCallback.onError will be triggered immediately.
Return
AsyncOperationTask object representing pending completion of the request.
Parameters
Search suggestions to resolve. Suggestions that don't support batch resolving will be filtered.
The callback to retrieve SearchResult with resolved coordinates. Events are dispatched on the main thread.