include
lanelet2_core
primitives
GPSPoint.h
Go to the documentation of this file.
1
#pragma once
2
#include "
lanelet2_core/Forward.h
"
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
lanelet
Definition:
Attribute.h:13
lanelet::GPSPoint::lat
double lat
Definition:
GPSPoint.h:9
lanelet::GPSPoint::lon
double lon
lat according to WGS84
Definition:
GPSPoint.h:10
lanelet::GPSPoint::ele
double ele
lon according to WGS84
Definition:
GPSPoint.h:11
Forward.h
lanelet::GPSPoint
A raw GPS point.
Definition:
GPSPoint.h:7
lanelet2_core
Author(s): Fabian Poggenhans
autogenerated on Thu Mar 6 2025 03:25:52