diff --git a/map/framework.hpp b/map/framework.hpp index cfda9bb3c9..e81cd30325 100644 --- a/map/framework.hpp +++ b/map/framework.hpp @@ -322,6 +322,12 @@ public: Invalidate(true); } + inline void SetQueryMaxScaleMode(bool mode) + { + m_queryMaxScaleMode = mode; + Invalidate(true); + } + /// Get classificator types for nearest features. /// @param[in] pixPt Current touch point in device pixel coordinates. void GetFeatureTypes(m2::PointD pixPt, vector & types) const;