Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
platform
Location
LocationModule.h
1
#pragma once
2
3
#include "Location.h"
4
#include "Types.h"
5
#include "Modules.h"
6
7
8
namespace
Eegeo
9
{
10
namespace
Location
11
{
12
class
LocationModule
:
private
Eegeo::NonCopyable
13
{
14
public
:
15
static
LocationModule
* Create(
16
Eegeo::Location::ILocationService
& locationService,
17
Eegeo::Modules::Map::Layers::TerrainModelModule
& terrainModelModule);
18
19
~
LocationModule
();
20
21
NavigationService
& GetNavigationService()
const
{
return
*m_pNavigationService; }
22
private
:
23
24
LocationModule
(
NavigationService
* pNavigationService);
25
26
NavigationService
*
const
m_pNavigationService;
27
};
28
}
29
}
Generated on Sat Jun 10 2023 02:00:31 for eeGeo Platform SDK by
1.8.3.1