SLProject
4.2.000
A platform independent 3D computer graphics framework for desktop OS, Android, iOS and online in web browsers
|
Mobile device location class declaration. More...
#include <SLLightDirect.h>
#include <SLAlgo.h>
#include <HighResTimer.h>
#include <CVImageGeoTiff.h>
Go to the source code of this file.
Classes | |
class | SLLocation |
class for a named location with lat-lon-Alt WGS84 position More... | |
class | SLDeviceLocation |
Encapsulation of a mobile device location set by the device's GPS sensor. More... | |
Typedefs | |
typedef vector< SLLocation > | SLVLocation |
Enumerations | |
enum | SLLocOffsetMode { LOM_none = 0 , LOM_twoFingerY } |
Device location offset mode. More... | |
Mobile device location class declaration.
Definition in file SLDeviceLocation.h.
typedef vector<SLLocation> SLVLocation |
Definition at line 51 of file SLDeviceLocation.h.
enum SLLocOffsetMode |
Device location offset mode.
Enumerator | |
---|---|
LOM_none | |
LOM_twoFingerY |
Definition at line 54 of file SLDeviceLocation.h.