setDestination
suspend fun NavManagerService.setDestination(destination: SearchResult, waypoints: List<SearchResult>): Result<Unit>
Shows preview of the route to the user. Does not start the navigation yet.
The app will be brought to the foreground.
Can be called to replace the destination or a waypoint, but the route would be completely rebuilt.