DJIGPSSignalStatus

enum DJIGPSSignalStatus : uint8_t {}

GPS signal levels, which are used to measure the signal quality.

  • The GPS has almost no signal, which is very bad.

    Declaration

    Objective-C

    DJIGPSSignalStatusLevel0
  • The GPS signal is very weak.

    Declaration

    Objective-C

    DJIGPSSignalStatusLevel1
  • The GPS signal is weak. At this level, the aircraft’s go home functionality will still work.

    Declaration

    Objective-C

    DJIGPSSignalStatusLevel2
  • The GPS signal is good. At this level, the aircraft can hover in the air.

    Declaration

    Objective-C

    DJIGPSSignalStatusLevel3
  • The GPS signal is very good. At this level, the aircraft can record the home point.

    Declaration

    Objective-C

    DJIGPSSignalStatusLevel4
  • The GPS signal is very strong.

    Declaration

    Objective-C

    DJIGPSSignalStatusLevel5
  • There is no GPS signal.

    Declaration

    Objective-C

    DJIGPSSignalStatusNone