StyleConfiguration
class StyleConfiguration(val route: RouteStyle = RouteStyle(), val routeTrafficIncident: RouteTrafficIncidentStyle = RouteTrafficIncidentStyle(), val destinationConnectionLineStyle: DestinationConnectionLineStyle = DestinationConnectionLineStyle())
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.
Constructors
Link copied to clipboard
constructor(route: RouteStyle = RouteStyle(), routeTrafficIncident: RouteTrafficIncidentStyle = RouteTrafficIncidentStyle(), destinationConnectionLineStyle: DestinationConnectionLineStyle = DestinationConnectionLineStyle())