forked from organicmaps/organicmaps
[framework] set queryMaxScaleMode from parameter
This commit is contained in:
parent
fc5b4a7636
commit
c1ebe016e8
1 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue