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-15 22:52:45 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:34:08 +0300
commit53bcf037e7d850eb77c1bc7dfd964b31a5d43557 (patch)
treeb30d8a7015e351e20da4f17a2bfdb4ae767336b4 /indexer/classificator.hpp
parentfd4d12b7c3bea550e964f93da08160f42304e66b (diff)
[search] Do index only for visibly types in MWM. Closed #626.
Diffstat (limited to 'indexer/classificator.hpp')
-rw-r--r--indexer/classificator.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indexer/classificator.hpp b/indexer/classificator.hpp
index d43a8eaf0e..01d5a6adb8 100644
--- a/indexer/classificator.hpp
+++ b/indexer/classificator.hpp
@@ -88,6 +88,8 @@ public:
bool IsDrawableAny() const;
bool IsDrawableLike(FeatureGeoType ft) const;
+ pair<int, int> GetDrawScaleRange() const;
+
template <class ToDo>
void ForEachObject(ToDo toDo)
{