A raw GPS point. More...
#include <GPSPoint.h>
Public Attributes | |
double | ele {0.} |
lon according to WGS84 More... | |
double | lat {0.} |
double | lon {0.} |
lat according to WGS84 More... | |
A raw GPS point.
Definition at line 7 of file GPSPoint.h.
double lanelet::GPSPoint::ele {0.} |
lon according to WGS84
Definition at line 11 of file GPSPoint.h.
double lanelet::GPSPoint::lat {0.} |
Definition at line 9 of file GPSPoint.h.
double lanelet::GPSPoint::lon {0.} |
lat according to WGS84
Definition at line 10 of file GPSPoint.h.