DJI Mobile SDK Documentation

      class AircraftStickMapping

      @EXClassNullAway
      class AircraftStickMapping
      Package:dji.common.remotecontroller
      Description:

      A struct representing a mapping configuration which includes the particular control and whether or not it is reversed.

      Class Members:
      Values
      method
      method getMappingTarget
      AircraftStickMappingTarget getMappingTarget()
      Package:dji.common.remotecontroller
      Description:

      The defined control to be mapped.

      Return:
      AircraftStickMappingTargetAn enum value of AircraftStickMappingTarget
      method isReversed
      boolean isReversed()
      Package:dji.common.remotecontroller
      Description:

      whether or not the control is to be reversed.

      Return:
      booleanA boolean value.