DJIRTKReceiverInfo
@interface DJIRTKReceiverInfo : NSObject
Single RTK receiver information. Each receiver is connected to a single antenna.
-
YES
if constellation is supported. The European and American version of RTK supports GPS and GLONASS, while the Asia Pacific version supports GPS and BeiDou.Declaration
Objective-C
@property (readonly, nonatomic) BOOL isConstellationSupported;
-
Valid satellite count for this receiver.
Declaration
Objective-C
@property (readonly, nonatomic) NSInteger satelliteCount;