areRouteInstructionsVisible

abstract override var areRouteInstructionsVisible: Boolean

Sets whether the route instructions should be visible or hidden during navigating on route. This property can be used dynamically, such as before or after the route planning phase, which means the changes will be applied immediately. The route instructions are never visible outside NavigationState.ActiveGuidance.

The default is 'true'.

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