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.

Important: This is a Public Preview API. It may be changed or removed at any time.

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