Data Definition
The GPS input data types include the longitude and latitude data in the VmiGpsLocationData structure.
VmiGpsLocationData
The input data types of the longitude and latitude are defined as follows:
struct VmiGpsLocationData {
double latitude;
double longitude;
double altitude;
float speed;
float bearing;
float accuracy;
int64_t timestamp;
} __attribute__((packed));
Parent topic: GPS Input Development