RouteVehicleRestrictionsStyle

public struct RouteVehicleRestrictionsStyle

Represents a style configuration for the vehicle restriction line.

Important

This is a Public Preview API. It may be changed or removed at any time.
  • Default values for vehicle restrictions line style.

    Important

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

    Declaration

    Swift

    public enum Defaults
  • The color of the vehicle restriction line.

    Declaration

    Swift

    public let lineColor: UIColor
  • The color of the vehicle restriction line outline.

    Declaration

    Swift

    public let outlineColor: UIColor
  • The widths (width per zoom level) of the vehicle restriction line.

    Declaration

    Swift

    public let lineWidths: [Double : Double]
  • The widths (width per zoom level) of the vehicle restriction line outline.

    Declaration

    Swift

    public let lineOutlineWidths: [Double : Double]
  • The start cap of the vehicle restriction line.

    Declaration

    Swift

    public let lineStartCapType: LineCapType
  • The end cap of the vehicle restriction line.

    Declaration

    Swift

    public let lineEndCapType: LineCapType
  • The criteria for the vehicle restriction line to be displayed with a pattern.

    Declaration

    Swift

    public let linePatternDisplay: LinePatternDisplay
  • The image for the pattern of the vehicle restriction line.

    Declaration

    Swift

    public let linePatternImage: UIImage?