search
The first step of forward geocoding. Returns a list of SearchSuggestion without coordinates.
Return
AsyncOperationTask object representing pending completion of the request.
Parameters
Search query.
Search options.
Executor used for events dispatching. By default events are dispatched on the main thread.
The callback to retrieve list of SearchSuggestion.
The first step of forward geocoding. Returns a list of SearchSuggestion without coordinates.
Return
AsyncOperationTask object representing pending completion of the request.
Parameters
Search query.
Search options.
The callback to retrieve list of SearchSuggestion. Events are dispatched on the main thread.
Performs a search request for places based on a category.
Return
AsyncOperationTask object representing pending completion of the request.
Parameters
Name of category to search.
Category search options.
Executor used for events dispatching. By default events are dispatched on the main thread.
Search callback to retrieve results.
Performs a search request for places based on a category.
Return
AsyncOperationTask object representing pending completion of the request.
Parameters
Name of category to search.
Category search options.
Search callback to retrieve results. Events are dispatched on the main thread.
Performs reverse geocoding.
Return
AsyncOperationTask object representing pending completion of the request.
Parameters
Reverse geocoding options.
Executor used for events dispatching. By default events are dispatched on the main thread.
Search result callback.
Performs reverse geocoding.
Return
AsyncOperationTask object representing pending completion of the request.
Parameters
Reverse geocoding options.
Search result callback, delivers results on the main thread.