GPSPoint.h
Go to the documentation of this file.
1 #pragma once
3 
4 namespace lanelet {
5 
7 class GPSPoint {
8  public:
9  double lat{0.};
10  double lon{0.};
11  double ele{0.};
12 };
13 
14 } // namespace lanelet
A raw GPS point.
Definition: GPSPoint.h:7
double ele
lon according to WGS84
Definition: GPSPoint.h:11
double lon
lat according to WGS84
Definition: GPSPoint.h:10


lanelet2_core
Author(s): Fabian Poggenhans
autogenerated on Tue Jun 6 2023 02:23:32