RoutingVisualizationScope

Content scope of the RoutingVisualization composable.

Only composable that extend this scope can be used as content of the RoutingVisualization composable.

Important: Do not implement this interface.

See also

Inherited functions

Link copied to clipboard
fun RoutingVisualizationScope.TrafficVisualization(state: TrafficVisualizationState = rememberTrafficVisualizationState(), onTrafficIncidentClicked: (TrafficSection) -> Unit = { })

Controls the traffic visualization of the RoutingVisualization or the NavigationVisualization composable.