StyleConfiguration
class StyleConfiguration(val route: RouteStyle = RouteStyle(), val routeTrafficIncident: RouteTrafficIncidentStyle = RouteTrafficIncidentStyle())
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.
Constructors
Link copied to clipboard
constructor(route: RouteStyle = RouteStyle(), routeTrafficIncident: RouteTrafficIncidentStyle = RouteTrafficIncidentStyle())
Properties
Link copied to clipboard
The style configuration for the routes. Important: This is a Public Preview API. It may be changed or removed at any time.
Link copied to clipboard
The style configuration for the on-route traffic incidents. Important: This is a Public Preview API. It may be changed or removed at any time.