| 327 | } |
| 328 | |
| 329 | m2::PointU GetMaxPoint(GeometryCodingParams const & params) |
| 330 | { |
| 331 | return D2U(m2::PointD(mercator::Bounds::kMaxX, mercator::Bounds::kMaxY), params.GetCoordBits()); |
| 332 | } |
| 333 | |
| 334 | m2::PointU GetBasePoint(GeometryCodingParams const & params) |
| 335 | { |
no test coverage detected