Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
platform
Unity
UnityLatLong.h
1
#pragma once
2
3
#include "LatLongAltitude.h"
4
5
namespace
Eegeo
6
{
7
namespace
Unity
8
{
9
struct
UnityLatLong
10
{
11
double
latitudeInDegrees;
12
double
longitudeInDegrees;
13
14
Eegeo::Space::LatLong
ToNativeLatLong()
const
15
{
16
return
Eegeo::Space::LatLong::FromDegrees(latitudeInDegrees, longitudeInDegrees);
17
}
18
};
19
}
20
}
21
Generated on Sat Jun 10 2023 02:00:34 for eeGeo Platform SDK by
1.8.3.1