TTCameraConfiguration

Objective-C

@protocol TTCameraConfiguration <NSObject>

Swift

protocol TTCameraConfiguration

TTCameraConfiguration

  • Animation time 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 }