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-03-12 18:49:09 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:36:39 +0300
commit15e0cc25f43ff8759963b014aa7bfa7dc1dbfff2 (patch)
tree40495d1683ec5f114eea20b74cf4a4bf00060126 /map/feature_vec_model.hpp
parent1b9528da6a39d2f4747be8984b3b1405d4a777bd (diff)
[search] Zoom to 9 level, when no any country loaded under serch result.
Diffstat (limited to 'map/feature_vec_model.hpp')
-rw-r--r--map/feature_vec_model.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/map/feature_vec_model.hpp b/map/feature_vec_model.hpp
index 43fa63b920..6edcad28f9 100644
--- a/map/feature_vec_model.hpp
+++ b/map/feature_vec_model.hpp
@@ -46,6 +46,8 @@ namespace model
return m_multiIndex.IsLoaded(fName);
}
+ bool IsCountryLoaded(m2::PointD const & pt) const;
+
/// @name Features enumeration.
//@{
template <class ToDo>