DJIRCGPSData
struct {}
Remote Controller’s GPS data. Only Inspire and M100 Remote Controllers have GPS.
-
The Remote Controller’s GPS time.
Declaration
Objective-C
DJIRCGpsTime time -
The Remote Controller’s GPS latitude in degrees.
Declaration
Objective-C
double latitude -
The Remote Controller’s GPS longitude in degrees.
Declaration
Objective-C
double longitude -
The Remote Controller’s speed in the East direction in meters/second. A negative speed means the Remote Controller is moving in the West direction.
Declaration
Objective-C
float speedEast -
The Remote Controller’s speed in the North direction in meters/second. A negative speed means the Remote Controller is moving in the South direction.
Declaration
Objective-C
float speedNorth -
The number of GPS sattelites the Remote Controller detects.
Declaration
Objective-C
int satelliteCount -
The the margin of error, in meters, for the GPS location.
Declaration
Objective-C
float accuracy -
YES if the GPS data is valid. The data is not valid if there are too few satellites or the signal strength is too low.
Declaration
Objective-C
BOOL isValid
View on GitHub
DJIRCGPSData Struct Reference