startNavigation

abstract suspend fun startNavigation(route: NavigationRoute): Result<Unit>

Start active guidance with the given route.


abstract suspend fun startNavigation(routeIndex: Int = 0): Result<Unit>

Start active guidance with the route indicated by the index. The default is index 0.