| 36 | virtual MapShapeType GetType() const { return MapShapeType::GeometryType; } |
| 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) |
no outgoing calls
no test coverage detected