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.

Can be called to replace the destination or a waypoint, but the route would be completely rebuilt.