Location point defined by WGS84 coordinates.
Definition at line 36 of file GeoPoints.h.
Data Fields | |
float64_t | lon |
longitude. More... | |
float64_t | lat |
latitude. More... | |
float64_t | height |
height above WGS84 earth spheroid. More... | |
float64_t dwGeoPointWGS84::height |
height above WGS84 earth spheroid.
Meter is the unit of measurement of height.
Definition at line 40 of file GeoPoints.h.
float64_t dwGeoPointWGS84::lat |
float64_t dwGeoPointWGS84::lon |
longitude.
Degree is the unit of measurement of longitude.
Definition at line 38 of file GeoPoints.h.