LaneVisualParams
class LaneVisualParams : NSObject, NSCopying
Parameters used by MBVVisionARViewController to draw AR lane.
-
Color of the lane
Declaration
Swift
var color: UIColor { get set }
-
Width of the lane in meters.
Declaration
Swift
var width: Float { get set }
-
Length of each single arrow of the lane
Declaration
Swift
var arrowLength: Float { get set }