| 2141 | } |
| 2142 | |
| 2143 | void Framework::UpdateMinBuildingsTapZoom() |
| 2144 | { |
| 2145 | constexpr int kMinTapZoom = 16; |
| 2146 | m_minBuildingsTapZoom = max(kMinTapZoom, feature::GetDrawableScaleRange(classif().GetTypeByPath({"building"})).first); |
| 2147 | } |
| 2148 | |
| 2149 | FeatureID Framework::FindBuildingAtPoint(m2::PointD const & mercator) const |
| 2150 | { |
nothing calls this directly
no test coverage detected