Defaults
public enum Defaults
Default values for a better route style.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Default widths (width per zoom level) per scene of the better route tube.
Declaration
Swift
public static let lineWidth: [WidthScene]
-
Default outline widths (width per zoom level) per scene of the better route tube.
Declaration
Swift
public static let outlineWidth: [WidthScene]
-
Default color of the better route tube.
Declaration
Swift
public static let lineColor: UIColor
-
Default value of the visibility of the better route marker.
Declaration
Swift
public static let isMarkerVisible: Bool