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

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Gorshenin <y@maps.me>2016-08-15 16:03:32 +0300
committerYuri Gorshenin <y@maps.me>2016-08-19 16:36:24 +0300
commite92f2cf3cfd633c1bcfd4a1cd68cfd870e01bc60 (patch)
tree70b8246d2372939a028d655a06b2c0d0d9ea6a3b /search/search_params.hpp
parent67b61c10a65f86dfb81800a6bf48c9746d78a99d (diff)
[search] Implemented clustering.
Diffstat (limited to 'search/search_params.hpp')
-rw-r--r--search/search_params.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/search/search_params.hpp b/search/search_params.hpp
index d3de882ee9..235595998f 100644
--- a/search/search_params.hpp
+++ b/search/search_params.hpp
@@ -49,6 +49,10 @@ public:
double m_lat, m_lon;
+ // A minimum distance between search results in mercator, needed for
+ // pre-ranking of viewport search results.
+ double m_minDistanceOnMapBetweenResults;
+
friend string DebugPrint(SearchParams const & params);
private: