4 #ifndef _INC_cGeoLocation_H
5 #define _INC_cGeoLocation_H
#define GRAYLIB_LINK
Definition: GrayLibBase.h:35
Definition: cGeoLocation.h:16
double m_longitude
The latitude as a decimal number(always returned)
Definition: cGeoLocation.h:27
double m_heading
The altitude accuracy of position(returned if available)
Definition: cGeoLocation.h:33
double m_altitudeAccuracy
The altitude in meters above the mean sea level(returned if available)
Definition: cGeoLocation.h:31
double m_altitude
The accuracy of position(always returned)
Definition: cGeoLocation.h:30
double m_latitude
Definition: cGeoLocation.h:26
double m_speed
The heading as degrees clockwise from North(returned if available)
Definition: cGeoLocation.h:34
cTimeDouble m_timestamp
The speed in meters per second(returned if available)
Definition: cGeoLocation.h:36
double m_accuracy
The longitude as a decimal number(always returned)
Definition: cGeoLocation.h:28
Definition: cTimeDouble.h:21