DJI Mobile SDK Documentation

      class DUXGPSSignalWidget

      @interface DUXGPSSignalWidget : DUXWidget
      Header:DUXGPSSignalWidget.h
      Inherits From:DUXWidget
      Display:

      uilib_image

      Small number on top of satellite icon shows the number of satellite available. 5 vertical bars represents the current GPS signal strength. Small 'R' letter shown or hidden indicates weather RTK is enabled or not.

      Usage:

      Preferred Aspect Ratio: 38:15.

      Class Members:
      property
      property RTKEnabled
      @property (nonatomic, assign, readonly, getter=isRTKEnabled) BOOL RTKEnabled
      Header:DUXGPSSignalWidget.h
      Description:

      Indicates whether RTK is enabled.

      property satelliteSignal
      @property (nonatomic, assign, readonly) DUXGPSSatelliteStrength satelliteSignal
      Header:DUXGPSSignalWidget.h
      Description:

      The value representing signal strength.

      property satelliteCount
      @property (nonatomic, assign, readonly) NSInteger satelliteCount
      Header:DUXGPSSignalWidget.h
      Description:

      The number of satellites in use.