Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
platform
PoiSearch
TagServiceConfiguration.h
1
#pragma once
2
3
#include "Types.h"
4
#include "PoiSearch.h"
5
6
namespace
Eegeo
7
{
8
namespace
PoiSearch
9
{
10
struct
TagServiceConfiguration
11
{
12
public
:
13
14
TagServiceConfiguration
()
15
: SearchTagsManifestUrl(
""
)
16
, AssetsBaseUrl(
""
)
17
, DefaultReadableTag(
""
)
18
, DefaultIconKey(
""
)
19
{
20
}
21
22
std::string SearchTagsManifestUrl;
23
std::string AssetsBaseUrl;
24
std::string DefaultReadableTag;
25
std::string DefaultIconKey;
26
};
27
}
28
}
Generated on Sat Jun 10 2023 02:00:31 for eeGeo Platform SDK by
1.8.3.1