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