ARCamera
Deprecated
The class will be removed in version 0.14.0. Please use MapboxVisionNative.Camera instead
class ARCamera : NSObject
Virtual AR camera parameters.
-
Vertical field of view expressed in radians
Declaration
Swift
var fov: Float { get }
-
Aspect ratio
Declaration
Swift
var aspectRatio: Float { get }
-
Roll of the camera in radians
Declaration
Swift
var roll: Float { get }
-
Pitch of the camera in radians
Declaration
Swift
var pitch: Float { get }
-
Yaw of the camera in radians
Declaration
Swift
var yaw: Float { get }
-
Height above the road surface in meters
Declaration
Swift
var height: Float { get }