DJI Mobile SDK Documentation

      class Builder

      static final class Builder
      Package:dji.common.mission.waypointv2.Action
      Description:

      The class is used to create the obejct of WaypointCameraZoomParam.

      Class Members:
      Set Focal Length
      method
      method setFocalLength
      Builder setFocalLength(int focalLength)
      Package:dji.common.mission.waypointv2.Action
      Description:

      Sets focal length of the zoom lens in units of 0.1mm.

      Input Parameters:
      int focalLengthAn int value of focal length.
      Return:
      BuilderThe build of Builder.
      Build
      method
      method build
      WaypointCameraZoomParam build()
      Package:dji.common.mission.waypointv2.Action
      Description:

      Generates the immutable object.

      Return:
      WaypointCameraZoomParamAn object of WaypointCameraZoomParam.