PointOfInterestMode

@objc(GSPointOfInterestMode)
public enum PointOfInterestMode : Int, CustomStringConvertible

Point Of Interest operating mode.

  • Gimbal is locked on the Point Of Interest.

    Declaration

    Swift

    case lockedGimbal
  • Gimbal is locked on the Point Of Interest once.

    Declaration

    Swift

    case lockedOnceGimbal
  • Gimbal is freely controllable.

    Declaration

    Swift

    case freeGimbal
  • Debug description.

    Declaration

    Swift

    public var description: String { get }