DJI Mobile SDK Documentation

      class HotpointMissionEvent

      @EXClassNullAway
      class HotpointMissionEvent
      Package:dji.common.mission.hotpoint
      Description:

      This class encapsulates all the state changes of the Hotpoint mission operator.

      Class Members:
      Previous State
      method
      method getPreviousState
      @Nullable
      HotpointMissionState getPreviousState()
      Package:dji.common.mission.hotpoint
      Description:

      The previous state of the operator.

      Return:
      HotpointMissionStateAn object of HotpointMissionState.
      Current State
      method
      method getCurrentState
      @NonNull
      HotpointMissionState getCurrentState()
      Package:dji.common.mission.hotpoint
      Description:

      The current state of the operator.

      Return:
      HotpointMissionStateAn object of HotpointMissionState.
      Radius
      method
      method getRadius
      float getRadius()
      Package:dji.common.mission.hotpoint
      Description:

      The Hotpoint radius in meters of the mission. If there is no executing mission, it is 0.

      Return:
      floatA float value of radius.
      Angular Velocity
      method
      method getMaxAngularVelocity
      float getMaxAngularVelocity()
      Package:dji.common.mission.hotpoint
      Description:

      The Hotpoint max angular velocity from current radius.

      Return:
      floatA float value of velocity.
      Error
      method
      method getError
      @Nullable
      DJIError getError()
      Package:dji.common.mission.hotpoint
      Description:

      The encountered error if there is any. Otherwise, it is null.

      Return:
      DJIErrorA object of DJIError.