[framework] set queryMaxScaleMode from parameter

This commit is contained in:
Darafei Praliaskouski 2013-07-22 16:43:13 +03:00 committed by Alex Zolotarev
parent fc5b4a7636
commit c1ebe016e8

View file

@ -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<string> & types) const;