DJI Mobile SDK Documentation

      class POITarget

      class POITarget
      Package:dji.v5.manager.intelligent.poi
      Description:

      Target of POI function.

      Supported since MSDK 5.14.0

      Class Members:

      Members

      method
      method getIndex
      Integer getIndex()
      Package:dji.v5.manager.intelligent.poi
      Description:

      Gets the target index of the POI function.

      Return:
      IntegerReturns the target index of the POI function.
      method
      method setIndex
      void setIndex(Integer index)
      Package:dji.v5.manager.intelligent.poi
      Description:

      Sets the index of POI.

      Input Parameters:
      Integer indexIndex of the POI
      method getTargetLocation
      LocationCoordinate3D getTargetLocation()
      Package:dji.v5.manager.intelligent.poi
      Description:

      Gets the target location of the POI function.

      Return:
      LocationCoordinate3DReturns the target location of the POI function.
      method setTargetLocation
      void setTargetLocation(LocationCoordinate3D targetLocation)
      Package:dji.v5.manager.intelligent.poi
      Description:

      Sets the target location of POI.

      Input Parameters:
      LocationCoordinate3D targetLocationTarget location of POI.