showWaypoint

abstract suspend fun showWaypoint(waypoint: SearchResult): Result<Unit>

Shows a waypoint acquired from getNavigationState. If the waypoint is not present in the NavigationState, undefined behaviour. Works only during NavigationState.ActiveGuidance.