navigateTo
abstract suspend fun navigateTo(destination: SearchResult, waypoints: List<SearchResult>): Result<Unit>
Sets the destination, optional waypoints and starts navigation.
The app will be brought to the foreground.
Same as 2 calls: setDestination, startNavigation.