NavManagerService
Functions
Retrieves the information about the navigation state.
Sets the destination, optional waypoints and starts navigation.
Shows current user location.
Performs search, returning a list of places (SearchResult), Categories and Brands.
Searches for places along the current route.
Perform search within the given brand (returned by search).
Same as searchAlongRoute, but searches within the given brand.
Perform search within the given category (returned by search).
Same as searchAlongRoute, but searches within the given category.
Shows preview of the route to the user. Does not start the navigation yet.
Opens the map and shows a list of places (SearchResult) on it. The app will be brought to the foreground.
Shows a waypoint acquired from getNavigationState. If the waypoint is not present in the NavigationState, undefined behaviour. Works only during NavigationState.ActiveGuidance.
Start active guidance after a call to setDestination.
Stops navigation.