DJI Mobile SDK Documentation

      class PinPoint

      class PinPoint
      Package:dji.v5.manager.datacenter.camera.view
      Description:

      Pin point of the liveview. The point is normalized to [0,1] where (0,0) is the top left corner and (1,1) is the bottom right.

      Supported since MSDK 5.9.0

      Class Members:

      Members

      method
      method getX
      double getX()
      Package:dji.v5.manager.datacenter.camera.view
      Description:

      Gets the horizontal position of liveview.

      Return:
      doublereturns the horizontal position of liveview.
      method
      method getY
      double getY()
      Package:dji.v5.manager.datacenter.camera.view
      Description:

      Gets the vertical position of liveview.

      Return:
      doublereturns the vertical position of liveview.