| 32 | } |
| 33 | |
| 34 | m2::PointU GetMaxPoint() |
| 35 | { |
| 36 | return D2U(m2::PointD(mercator::Bounds::kMaxX, mercator::Bounds::kMaxY)); |
| 37 | } |
| 38 | |
| 39 | void TestPolylineEncode(string testName, vector<m2::PointU> const & points, m2::PointU const & maxPoint, |
| 40 | void (*fnEncode)(InPointsT const & points, m2::PointU const & basePoint, |