FenceVisualParams

class FenceVisualParams : NSObject, NSCopying

Parameters used by MBVVisionARViewController to draw AR fence.

  • Color of the fence

    Declaration

    Swift

    var color: UIColor { get set }
  • Height of the fence in meters

    Declaration

    Swift

    var height: Float { get set }
  • Vertical offset from the surface of the road in meters

    Declaration

    Swift

    var verticalOffset: Float { get set }
  • Horizontal offset from the center of the road in meters

    Declaration

    Swift

    var horizontalOffset: Float { get set }
  • Number of sections that the fence consists of

    Declaration

    Swift

    var sectionsCount: Int32 { get set }