DJI Mobile SDK Documentation

      class PinPoint

      class PinPoint
      Package:dji.sdk.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.

      Class Members:
      method
      method getX
      float getX()
      Package:dji.sdk.camera.view
      Description:

      Gets the horizontal position of liveview.

      Return:
      floatX position.
      method
      method getY
      float getY()
      Package:dji.sdk.camera.view
      Description:

      Gets the vertical position of liveview.

      Return:
      floatX position.