NavigationVisualizationState

The state of the NavigationVisualization composable.

Use rememberNavigationVisualizationState to create an instance.

Properties

Link copied to clipboard

Whether the farthest reachable distance marker should be visible or hidden.

Link copied to clipboard

Whether the route instructions should be visible or hidden.

Link copied to clipboard

The style configuration.

Link copied to clipboard

Selects the preferred system of measurement within NavigationVisualization.

Link copied to clipboard

Controls whether automatic zoom to routes is enabled. The default value is true

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String