All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
SearchTagsJsonParser.h
1 // Copyright eeGeo Ltd (2012-2017), All Rights Reserved
2 
3 #pragma once
4 
5 #include "Types.h"
6 #include "SearchTag.h"
7 #include <string>
8 
9 namespace Eegeo
10 {
11  namespace PoiSearch
12  {
14  {
15  public:
16  bool TryParseSearchTags(const std::string& resultsJson, SearchTags& out_searchTags) const;
17  };
18  }
19 }