Package-level declarations
Types
Link copied to clipboard
The state of the RoutingVisualization composable.
Link copied to clipboard
The traffic visualization state.
Functions
Link copied to clipboard
fun rememberRoutingVisualizationState(styleConfig: RoutingVisualizationStyleConfig = RoutingVisualizationStyleConfig(), zoomToRoutesEnabled: Boolean = true): RoutingVisualizationState
Remembers and returns the RoutingVisualizationState. The same state is returned as long as all parameter values are the same. If any parameter value changes, a new state instance is returned.
fun rememberRoutingVisualizationState(styleConfig: RoutingVisualizationStyleConfig = RoutingVisualizationStyleConfig(), zoomToRoutesEnabled: Boolean = true, routeInstructionsVisible: Boolean = false): RoutingVisualizationState
Remembers and returns the RoutingVisualizationState. The same state is returned as long as all arguments are the same. If any argument changes, a new state instance is returned.
Link copied to clipboard
fun rememberTrafficVisualizationState(trafficIncidentsEnabled: Boolean = true): TrafficVisualizationState
Remembers and returns the TrafficVisualizationState. The same state is returned as long as all parameter values are the same. If any parameter value changes, a new state instance is returned.