Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
cGeoLocation.h
Go to the documentation of this file.
1 
4 #ifndef _INC_cGeoLocation_H
5 #define _INC_cGeoLocation_H
6 #ifndef NO_PRAGMA_ONCE
7 #pragma once
8 #endif
9 
10 #include "cDirectionDef.h"
12 
13 namespace GrayLib
14 {
16  {
23  //
24 
25  public:
26  double m_latitude;
27  double m_longitude;
28  double m_accuracy;
29 
30  double m_altitude;
32 
33  double m_heading;
34  double m_speed;
35 
37  };
38 
39 }
40 
41 #endif
#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
Definition: cMesh.h:22