Package-level declarations

Functions

Link copied to clipboard

Retrieves the list of favorite places.

Link copied to clipboard

Retrieves the current route options configuration.

Link copied to clipboard

Emits updates to the favorites list whenever favorites are added, removed, or modified.

Link copied to clipboard

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.

Link copied to clipboard

Emits new route options whenever the route configuration changes.

Link copied to clipboard

Emits search UI updates: when it's shown, scrolled, closed.

Link copied to clipboard

Removes a place from the favorites list.

Link copied to clipboard

Performs revers geocoding to get a list of places (SearchResult) by given coordinate.

Link copied to clipboard

Saves a place to the favorites list.

Link copied to clipboard

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.

Link copied to clipboard

Performs search, returning a list of places (SearchResult), Categories and Brands.

Link copied to clipboard

Searches for places along the current route.

Link copied to clipboard

Perform search within the given category (returned by search).

Link copied to clipboard

Same as searchAlongRoute, but searches within the given category.

Link copied to clipboard

Updates the route options configuration.

Link copied to clipboard

Shows UI with detailed information about a SearchResult. Note: if the SearchResult is part of the route, you should rather call showWaypoint.