DJI Mobile SDK Documentation

      class DJIWaypointV2TrajectoryTriggerParam

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

      This class represents a trajectory trigger action when should be trigger. This trigger only supported DJIWaypointV2GimbalActuatorParam.

      Class Members:
      Start Index
      property
      property startIndex
      @property (nonatomic, assign) NSUInteger startIndex
      Header:DJIWaypointV2Action.h
      Description:

      It determines the index of the waypoint at which the trigger starts.

      End Index
      property
      property endIndex
      @property (nonatomic, assign) NSUInteger endIndex
      Header:DJIWaypointV2Action.h
      Description:

      It determines the waypoint when the trigger stops.