RoutingVisualizationInfrastructure
The infrastructure of the RoutingVisualization Composable.
An instance of this class can be constructed with the RoutingVisualizationInfrastructure fake constructor function.
Types
Link copied to clipboard
class Mutable
Mutable variant of RoutingVisualizationInfrastructure.
Properties
Functions
Link copied to clipboard
fun copy(configure: RoutingVisualizationInfrastructure.Mutable.() -> Unit = {}): RoutingVisualizationInfrastructure
Copies the RoutingVisualizationInfrastructure and applies the changes by configure to the copied instance.