| 37 | |
| 38 | void SetFeatureMinZoom(int minZoom) { m_minZoom = minZoom; } |
| 39 | int GetFeatureMinZoom() const { return m_minZoom; } |
| 40 | |
| 41 | static m2::PointD ConvertToLocal(m2::PointD const & basePt, m2::PointD const & tileCenter, double scalar) |
| 42 | { |
no outgoing calls
no test coverage detected