DJIHotPointMissionStatus

@interface DJIHotPointMissionStatus : DJIMissionProgressStatus

This class provides the real-time status of the executing hot-point mission.

  • Returns the current execution state of the hot point mission.

    Declaration

    Objective-C

    @property (readonly, nonatomic) DJIHotpointMissionExecutionState executionState;
  • The current horizontal distance between the aircraft and the hot point in meters.

    Declaration

    Objective-C

    @property (readonly, nonatomic) float currentDistanceToHotpoint;