StyleConfiguration

public struct StyleConfiguration

Represents a style configuration for the elements of the NavigationVisualization. When no arguments are provided to the constructor, it constructs the default style configuration.

  • 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
  • The style configuration for safety location elements.

    Important

    This is a Public Preview API. It may be changed or removed at any time.

    Declaration

    Swift

    public let safetyLocationStyle: SafetyLocationStyle
  • The style configuration for better route proposals visualization.

    Important

    This is a Public Preview API. It may be changed or removed at any time.

    Declaration

    Swift

    public let betterRouteStyle: BetterRouteStyle