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 outline color of the vehicle restriction line.
Declaration
Swift
public static let outlineColor: UIColor -
Default widths (width per zoom level) of the vehicle restriction line.
Declaration
Swift
public static let lineWidths: [Double : Double] -
Default outline widths (width per zoom level) of the vehicle restriction line outline.
Declaration
Swift
public static let lineOutlineWidths: [Double : Double] -
Default start cap of the vehicle restriction line.
Declaration
Swift
public static let lineStartCapType: LineCapType -
Default end cap of the vehicle restriction line.
Declaration
Swift
public static let lineEndCapType: LineCapType -
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?
TomTom SDK for iOS (0.66.0)
Defaults