StyleConfiguration
public struct StyleConfiguration
Represents a style configuration for the elements of the routing visualization. When no arguments are provided to the constructor, it constructs the default style configuration.
-
Designated initializer.
Important
This is a Public Preview API. It may be changed or removed at any time.
Declaration
Swift
public init( route: RouteStyle = RouteStyle(), routeTrafficIncident: RouteTrafficIncidentStyle = RouteTrafficIncidentStyle() )
-
The style configuration for the routes.
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public let route: RouteStyle
-
The style configuration for on-route.
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public let routeTrafficIncident: RouteTrafficIncidentStyle