All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
PoiServiceConfiguration.h
1 #pragma once
2 
3 #include "Types.h"
4 #include "PoiSearch.h"
5 
6 namespace Eegeo
7 {
8  namespace PoiSearch
9  {
11  {
12  public:
13 
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 }