acceptProposedRoute

abstract fun acceptProposedRoute()

Accepts the proposed Route. The Route is proposed via ReplannedRouteProposedListener. The navigation will switch to navigate along the proposed route and the RouteUpdatedListener will be notified. If the acceptance of the proposed route fails, the NavigationFailureListener will be triggered with the RouteUpdateFailure.

Important: This is a Public Preview API. It may be changed or removed at any time.