DJI Mobile SDK Documentation

      class LookAtInfo

      class LookAtInfo
      Package:dji.sdk.keyvalue.value.flightcontroller
      Description:

      Look at information.

      Class Members:
      method
      method setMode
      void setMode(LookAtMode mode)
      Package:dji.sdk.keyvalue.value.flightcontroller
      Description:

      Sets the look at mode.

      Input Parameters:
      LookAtMode modeThe look at mode needs to be set.

      Members

      method setLocation
      void setLocation(LocationCoordinate3D location)
      Package:dji.sdk.keyvalue.value.flightcontroller
      Description:

      Sets the GPS location, you could get the location from KeyLaserMeasureInformation: getLocation3D or get the location with map.

      Input Parameters:
      LocationCoordinate3D locationThe GPS location needs to be set.