Welcome to mirror list, hosted at ThFree Co, Russian Federation.

everywhere_search_params.hpp « search - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e6d668f7ff7424c516d47c6f8f407bdb82910d0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#pragma once

#include "search/hotels_filter.hpp"
#include "search/search_params.hpp"

#include "std/string.hpp"

namespace search
{
struct EverywhereSearchParams
{
  string m_query;
  string m_inputLocale;
  shared_ptr<hotels_filter::Rule> m_hotelsFilter;

  SearchParams::TOnResults m_onResults;
};
}  // namespace search