DJI Mobile SDK Documentation

      class FlySafeTipInformation

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

      This class contains DJI flying safety tip related to fly zones. The event indicates the reason. Use description method to get detail information.

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

      Returns the event of DJI flying safety tip.

      Return:
      FlySafeTipEventThe enum value of FlySafeTipEvent.
      method getHeightLimit
      int getHeightLimit()
      Package:dji.common.flysafe.notification
      Description:

      Returns the height limit of current fly zone.

      Return:
      intAn int value of the height limit.
      method getFlyZoneInformation
      List<FlyZoneInformation> getFlyZoneInformation()
      Package:dji.common.flysafe.notification
      Description:

      Returns information about the fly zones.

      Return:
      List<FlyZoneInformation>Return the list of FlyZoneInformation objects.
      method getDescription
      String getDescription()
      Package:dji.common.flysafe.notification
      Description:

      Returns the description of fly zone tip information.

      Return:
      StringThe String of the description.
      enum FlySafeTipEvent
      enum FlySafeTipEvent
      Package:dji.common.flysafe.notification
      Description:

      DJI Flying safety tip.

      Enum Members:
      TAKE_OFF_IN_HEIGHT_LIMIT_ZONE_WITHOUT_GPSThe aircraft is below the height limit zone and has no GPS signal, please pay attention to flight safety.
      TAKE_OFF_IN_HEIGHT_LIMIT_ZONEThe aircraft is below the height limit zone, please pay attention to flight safety.
      TAKE_OFF_IN_WARNING_AREAThe aircraft is in the warning zone, please pay attention to flight safety.
      TOUCH_NO_FLY_ZONEThe aircraft has touched the no-fly zone, please control the aircraft as far as possible.
      TOUCH_AUTHORIZATION_ZONEThe aircraft has touched the authorized area, please control the aircraft as far as possible.
      REACH_MAXIMUM_FLIGHT_HEIGHTThe aircraft has reached the maximum flight height in the height limit zone.
      RTH_AFFECTED_AT_BOUNDARY_OF_GEO_ZONEYour aircraft is at the boundary of a GEO Zone, Return To Home may be affected. Please fly away with caution.
      AT_BOUNDARY_OF_CUSTOM_UNLOCK_ZONEYour aircraft is at the boundary of an Custom Unlocking Zone.
      UNKNOWNUnknown.
      Class Members: