DJI Mobile SDK Documentation

      class FlySafeReturnToHomeInformation

      class FlySafeReturnToHomeInformation
      Package:dji.common.flysafe.notification
      Description:

      This class contains DJI flying safety notification related to returning to home. The event indicates the reason. Use description method to get detail information.

      Class Members:
      method
      method getEvent
      FlySafeReturnToHomeEvent getEvent()
      Package:dji.common.flysafe.notification
      Description:

      Returns the event of DJI flying safety notification related to returning to home.

      Return:
      FlySafeReturnToHomeEventGet the enum value of FlySafeReturnToHomeEvent.
      method getDescription
      String getDescription()
      Package:dji.common.flysafe.notification
      Description:

      Returns the description of fly zone return to home information.

      Return:
      StringGet the String value of the description.
      enum FlySafeReturnToHomeEvent
      enum FlySafeReturnToHomeEvent
      Package:dji.common.flysafe.notification
      Description:

      Fly zone ReturnToHome events. DJI Fly Safe notification when the aircraft returns to home.

      Enum Members:
      NEAR_NO_FLY_ZONEApproaching a No-Fly Zone. Return to home may be affected. Fly with caution.
      CROSS_NO_FLY_ZONECurrent Return to home route will pass a No-Fly zone. Pay attention to the aircraft's position to avoid Return to home failure.
      UNKNOWNUnknown.
      Class Members: