Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
v
+
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
Variables
+
Typedefs
a
b
c
d
e
g
h
i
k
l
m
n
o
p
r
s
t
v
Enumerations
+
Classes
Class List
Class Hierarchy
+
Class Members
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
~
+
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
~
+
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
y
z
+
Typedefs
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
v
Enumerations
Enumerator
Related Functions
+
Files
File List
+
File Members
+
All
a
b
c
d
e
f
g
h
i
l
m
n
p
r
s
t
v
+
Functions
b
c
g
i
m
t
Variables
Typedefs
Macros
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::GPSPoint
A raw GPS point.
Definition:
GPSPoint.h:7
lanelet
Definition:
Attribute.h:13
lanelet::GPSPoint::ele
double ele
lon according to WGS84
Definition:
GPSPoint.h:11
Forward.h
lanelet::GPSPoint::lat
double lat
Definition:
GPSPoint.h:9
lanelet::GPSPoint::lon
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