DJIFollowMeMissionStatus

@interface DJIFollowMeMissionStatus : DJIMissionProgressStatus

This class provides the real-time status of the executing follow-me mission.

  • Returns the current execution state of the follow me mission.

    Declaration

    Objective-C

    @property (readonly, nonatomic) DJIFollowMeMissionExecutionState executionState;
  • Returns the horizontal distance in meters between the aircraft and the coordinate the aircraft must follow.

    Declaration

    Objective-C

    @property (readonly, nonatomic) float horizontalDistance;