| 37 | } |
| 38 | |
| 39 | vector<m2::PointD> MakePoly(m2::RectD const & rect) |
| 40 | { |
| 41 | return {rect.LeftBottom(), rect.RightBottom(), rect.RightTop(), rect.LeftTop(), rect.LeftBottom()}; |
| 42 | } |
| 43 | |
| 44 | StringUtf8Multilang MakeName(string const & name, string const & lang) |
| 45 | { |
no test coverage detected