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 moreDeclaration
Swift
class ARCamera : NSObject
-
State of an AR fence in the world space.
See moreDeclaration
Swift
class ARFence : NSObject
-
State of an AR lane in the world space.
See moreDeclaration
Swift
class ARLane : NSObject
-
Parameters used by MBVVisionARViewController to draw AR fence.
See moreDeclaration
Swift
class FenceVisualParams : NSObject, NSCopying
-
Parameters used by MBVVisionARViewController to draw AR lane.
See moreDeclaration
Swift
class LaneVisualParams : NSObject, NSCopying
-
Route provided by a route engine and used to draw an AR lane.
See moreDeclaration
Swift
class Route : NSObject
-
Single point of a route.
See moreDeclaration
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 moreDeclaration
Swift
class VisionARViewController : UIViewController
-
See moreVisionARManager
is an entry point to the high-level frameworkMapboxVisionAR
focused on AR related tasks. Depends onVisionManager
.Declaration
Swift
public final class VisionARManager