DJI Mobile SDK Documentation

      class DJIWaypointV2Trigger

      @interface DJIWaypointV2Trigger  : NSObject
      Header:DJIWaypointV2Action.h
      Inherits From:NSObject
      Description:

      It determines when an action will be performed while the aircraft executes a waypoint mission.

      Class Members:
      Trigger Type
      property
      property actionTriggerType
      @property (nonatomic, assign) DJIWaypointV2ActionTriggerType actionTriggerType
      Header:DJIWaypointV2Action.h
      Description:

      The type of trigger.

      See Also:

      DJIWaypointV2ActionTriggerType

      Reach Point Trigger Param
      property
      property reachPointTriggerParam
      @property (nonatomic, strong) DJIWaypointV2ReachPointTriggerParam* reachPointTriggerParam
      Header:DJIWaypointV2Action.h
      Description:

      The parameters of DJIWaypointV2ActionTriggerTypeReachPoint. It's valid only when the actionTriggerType is DJIWaypointV2ActionTriggerTypeReachPoint.

      See Also:

      DJIWaypointV2ReachPointTriggerParam

      Associate Trigger Param
      property
      property associateTriggerParam
      @property (nonatomic, strong) DJIWaypointV2AssociateTriggerParam* associateTriggerParam
      Header:DJIWaypointV2Action.h
      Description:

      The parameters of DJIWaypointV2ActionTriggerTypeActionAssociated. It's valid only when the actionTriggerType is DJIWaypointV2ActionTriggerTypeActionAssociated.

      See Also:

      DJIWaypointV2AssociateTriggerParam

      Trajectory Trigger Param
      property
      property trajectoryTriggerParam
      @property (nonatomic, strong) DJIWaypointV2TrajectoryTriggerParam* trajectoryTriggerParam
      Header:DJIWaypointV2Action.h
      Description:

      The parameters of DJIWaypointV2ActionTriggerTypeTrajectory. It's valid only when the actionTriggerType is DJIWaypointV2ActionTriggerTypeTrajectory. This trigger applies only to DJIWaypointV2ActionActuatorGimbalOperationTypeAircraftControlGimbal. If this action is triggered, the gimbal will rotate at a constant speed from the start waypoint index to the end waypoint index.

      See Also:

      DJIWaypointV2TrajectoryTriggerParam

      Interval Trigger Param
      property
      property intervalTriggerParam
      @property (nonatomic, strong) DJIWaypointV2IntervalTriggerParam* intervalTriggerParam
      Header:DJIWaypointV2Action.h
      Description:

      The parameters of DJIWaypointV2ActionTriggerTypeInterval. It's valid only when the actionTriggerType is DJIWaypointV2ActionTriggerTypeInterval.

      See Also:

      DJIWaypointV2IntervalTriggerParam

      Interval Trigger Param
      class
      Trajectory Trigger Param
      class
      Associate Trigger Param
      class
      Reach Point Trigger Param
      class