Package-level declarations
Functions
Retrieves the list of favorite places.
Retrieves the current route options configuration.
Emits updates to the favorites list whenever favorites are added, removed, or modified.
Emits new objects when detailed information about the SearchResult is shown to the user. For example, when the user has performed search and then clicked one of the found results.
Emits new route options whenever the route configuration changes.
Emits search UI updates: when it's shown, scrolled, closed.
Removes a place from the favorites list.
Performs revers geocoding to get a list of places (SearchResult) by given coordinate.
Saves a place to the favorites list.
Scrolls the search results UI to a certain SearchResult. The list of SearchResult os available by observing observeSearchUIUpdated, more precisely by accessing the SearchUIState.items property.
Performs search, returning a list of places (SearchResult), Categories and Brands.
Searches for places along the current route.
Perform search within the given category (returned by search).
Same as searchAlongRoute, but searches within the given category.
Updates the route options configuration.
Shows UI with detailed information about a SearchResult. Note: if the SearchResult is part of the route, you should rather call showWaypoint.