StyleConfiguration

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

Constructors

Link copied to clipboard
constructor(route: RouteStyle = RouteStyle(), routeTrafficIncident: RouteTrafficIncidentStyle = RouteTrafficIncidentStyle(), safetyLocationStyle: SafetyLocationStyle = SafetyLocationStyle(), betterRouteStyle: BetterRouteStyle = BetterRouteStyle())

Constructs an instance of the style configuration with the provided style configurations.

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
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String