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:
authorvng <viktor.govako@gmail.com>2012-02-08 23:25:07 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:33:52 +0300
commitc7913216d250cbf8cb173ca98f97e7592e22283b (patch)
treeaf483bc75353a0157daa479359730f754f64be18 /indexer/feature_utils.hpp
parentdcad11d5c25dc6c1382f9a9188c5330285a07f99 (diff)
[search] Getting rank and center from trie.
Diffstat (limited to 'indexer/feature_utils.hpp')
-rw-r--r--indexer/feature_utils.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer/feature_utils.hpp b/indexer/feature_utils.hpp
index a4f07d27ef..93906eedbe 100644
--- a/indexer/feature_utils.hpp
+++ b/indexer/feature_utils.hpp
@@ -10,7 +10,7 @@ namespace feature
class TypesHolder;
/// Get viewport to show given feature. Used in search.
- m2::RectD GetFeatureViewport(TypesHolder const & types, m2::RectD const & limitRect);
+ m2::RectD GetFeatureViewport(TypesHolder const & types, m2::PointD const & center);
/// Get search rank for a feature.
/// Roughly, rank + 1 means that feature is 1.x times more popular.