NavigationVisualizationStyleConfig

The style configuration of NavigationVisualization composable.

Example usage:

val navigationVisualizationStyleConfig = NavigationVisualizationStyleConfig {
route = RouteStyle(...)
}

navigationVisualizationStyleConfig.copy {
route = RouteStyle(...)
}

An instance of this class can be constructed with the NavigationVisualizationStyleConfig fake constructor function.

Types

Link copied to clipboard

Properties

Link copied to clipboard

The style configuration for the better route proposals.

Link copied to clipboard

The style configuration for the routes.

Link copied to clipboard

The style configuration for the on-route traffic incidents.

Link copied to clipboard

The style configuration used to display safety locations.

Functions

Link copied to clipboard

Copies the NavigationVisualizationStyleConfig and applies the changes by configure to the copied instance.