DJIFollowMeStep

@interface DJIFollowMeStep : DJIMissionStep

This class represents a follow-me step for a custom mission. By creating an object of this class and adding it to a custom mission, a follow-me action will be performed during the custom mission. - see: DJIFollowMeMission

  • Initialized instance with a follow me mission and duration.

    Declaration

    Objective-C

    - (instancetype _Nullable)initWithFollowMeMission:
                                  (DJIFollowMeMission *_Nonnull)mission
                                             duration:(float)seconds;

    Parameters

    mission

    Mission for follow me step.

    seconds

    Duration in seconds for this step.

    Return Value

    Return instance of DJIFollowMeStep.