Defaults
public enum Defaults
Default values for vehicle restrictions line style.
Important
This is a Public Preview API. It may be changed or removed at any time.Default line color of the vehicle restriction line.
Declaration
Swift
public static let lineColor: UIColor
Default end cap of the vehicle restriction line.
Declaration
Swift
public static let lineEndCapType: LineCapType
Default outline widths (width per zoom level) of the vehicle restriction line outline.
Declaration
Swift
public static let lineOutlineWidths: [Double : Double]
Default pattern display for the vehicle restriction line.
Declaration
Swift
public static let linePatternDisplay: LinePatternDisplay
Default image for the pattern of the vehicle restriction line.
Declaration
Swift
public static let linePatternImage: UIImage?
Default start cap of the vehicle restriction line.
Declaration
Swift
public static let lineStartCapType: LineCapType
Default widths (width per zoom level) of the vehicle restriction line.
Declaration
Swift
public static let lineWidths: [Double : Double]
Default outline color of the vehicle restriction line.
Declaration
Swift
public static let outlineColor: UIColor