Package-level declarations
Functions
Shows the route overview by expanding the trip summary bottom sheet.
Returns information about the camera bounds, i.e. camera limitations.
Retrieves the current camera tracking mode.
Retrieves information about a specific EV station. The source of data could be both cache and network. If there's no cache and network is not available this function will return a failure.
Retrieves the maximum number of waypoints that can be added to a navigation route.
Retrieves the information about the navigation state:
Hides the route overview by collapsing the trip summary bottom sheet.
Collapse upcoming maneuvers overview while driving.
Mute active guidance voice instruction while driving.
Sets the destination, optional waypoints and starts navigation.
Emits new camera tracking mode values whenever the camera tracking mode changes.
Emits new navigation state values whenever the navigation state changes. The NavigationState can be one of next types:
Observes alternative route ids during navigation. Emits a list of available alternative routes whenever they are updated. The list will be empty when no alternative routes are available.
Observes slow traffic conditions on a specific route leg. This notification is generated when slow traffic is detected along a portion of the route, providing details about the affected geometry range, delay, and distance.
Emits voice instruction enabled state changes.
Observes zoom level changes on the map.
Recenters the map camera to show the current user location.
Repeats the last voice guidance instruction that was played during active navigation.
Applies a zoom scale transformation to the map.
Sets the camera tracking mode for the map view.
Shows preview of the route to the user. Does not start the navigation yet.
Closes all dialogs in the navigation app if any are present.
Opens the map and shows a list of places (SearchResult) on it.
Shows available routes to the user during navigation or destination preview.
Extend upcoming maneuvers overview while driving.
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.
Unmute active guidance voice instruction while driving.
Zooms in on the map by applying a default zoom in factor.
Zooms out on the map by applying a default zoom out factor.