Classes

The following classes are available globally.

  • Deprecated

    The class will be removed in version 0.14.0. Please use MapboxVisionNative.Camera instead

    Virtual AR camera parameters.

    See more

    Declaration

    Swift

    class ARCamera : NSObject
  • State of an AR fence in the world space.

    See more

    Declaration

    Swift

    class ARFence : NSObject
  • State of an AR lane in the world space.

    See more

    Declaration

    Swift

    class ARLane : NSObject
  • Parameters used by MBVVisionARViewController to draw AR fence.

    See more

    Declaration

    Swift

    class FenceVisualParams : NSObject, NSCopying
  • Parameters used by MBVVisionARViewController to draw AR lane.

    See more

    Declaration

    Swift

    class LaneVisualParams : NSObject, NSCopying
  • Route provided by a route engine and used to draw an AR lane.

    See more

    Declaration

    Swift

    class Route : NSObject
  • Single point of a route.

    See more

    Declaration

    Swift

    class RoutePoint : NSObject
  • Class that represents visual component that renders video stream from the camera and AR navigation route on top of that.

    See more

    Declaration

    Swift

    class VisionARViewController : UIViewController
  • VisionARManager is an entry point to the high-level framework MapboxVisionAR focused on AR related tasks. Depends on VisionManager.

    See more

    Declaration

    Swift

    public final class VisionARManager