Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
platform
MapLayers
MapViewMode.h
1
// Copyright eeGeo Ltd (2012-2014), All Rights Reserved
2
#pragma once
3
4
#include "MapLayers.h"
5
#include "Types.h"
6
7
8
namespace
Eegeo
9
{
10
namespace
MapLayers
11
{
12
namespace
MapViewMode
13
{
14
enum
Type
15
{
16
Outdoor,
17
Indoor
18
};
19
20
inline
u32 ToFlag(Type type)
21
{
22
return
1 << type;
23
}
24
};
25
}
26
}
Generated on Sat Jun 10 2023 02:00:31 for eeGeo Platform SDK by
1.8.3.1