DashCoordination
Functions
Update search results list with ETA and distance values. If a search result already has non null ETA and distance, it won't be updated.
Add item to the favorites.
Add item to the history.
Clean history.
Close search screen.
Returns SearchAlongTheRouteOptions for the current routeProgress, that can be passed to openMapWithCategorySearch and DashSearchEngine.categorySearch functions.
After arriving at a stop, this can be used to manually decide when to start navigating to the next stop.
Observe the current external profile.
Search provided category and show results on the map.
Search provided query and show results on the map.
Open search with the given query and anchor point.
Remove the external profile with the specified id. Only non-active profiles can be removed. null
means the default anonymous profile.
Remove item from the favorites.
Remove item from the history.
Perform search with a given query.
Set a destination for Dash to navigate to. Returns a DashRoutePreview that can be used to start navigation.
Set EV data provider that provides EV relevant data, like state of charge, charging curves, etc.
Create an external profile if it doesn't exist and activate it. null
means the default anonymous profile.
Set a list of navigation suggestions.
Shows current routes. Should be called in ActiveGuidance.Idle state.
Start active guidance with the given route.
Start active guidance with the route indicated by the index. The default is index 0.
Starts listening for location updates and enters an Active Guidance
state if there's a primary route available or a Free Drive
state otherwise.
Stop active guidance and revert back to Free Drive state.
Stops listening for location updates and enters an Idle
state.