StyleConfiguration

data class StyleConfiguration(val route: RouteStyle = RouteStyle())

Represents a style configuration for the elements of the navigation visualization.

When no arguments are provided to the constructor, it constructs the default style configuration.

Parameters

route

The style configuration for the routes.

Constructors

Link copied to clipboard
fun StyleConfiguration(route: RouteStyle = RouteStyle())

Properties

Link copied to clipboard
val route: RouteStyle