TTCameraBoundingBox

Objective-C

@interface TTCameraBoundingBox : NSObject <TTCameraConfiguration>

Swift

class TTCameraBoundingBox : NSObject, TTCameraConfiguration

TTCameraBoundingBox

  • A representation of the bounding box rectangle.

    Declaration

    Objective-C

    @property (nonatomic, readonly) int *_Nonnull boundingBox;

    Swift

    var boundingBox: UnsafeMutablePointer<Int32> { get }
  • Animation time (in miliseconds) for the camera update. If it is not set, the defualt animation time which is 1 second will be executed. If you do not want animation, pass 0.

    Declaration

    Objective-C

    @property (nonatomic, readonly) int animationDuration;

    Swift

    var animationDuration: Int32 { get }
  • Rotation angle, in degrees clockwise from north.

    Declaration

    Objective-C

    @property (nonatomic, readonly) double bearing;

    Swift

    var bearing: Double { get }
  • The tilt angle, in degrees.

    Declaration

    Objective-C

    @property (nonatomic, readonly) double pitch;

    Swift

    var pitch: Double { get }