| 1 | #pragma once |
|---|---|
| 2 | |
| 3 | #include <mapbox/geometry/point.hpp> |
| 4 | #include <mapbox/geometry/line_string.hpp> |
| 5 | #include <mapbox/geometry/polygon.hpp> |
| 6 | #include <mapbox/geometry/multi_point.hpp> |
| 7 | #include <mapbox/geometry/multi_line_string.hpp> |
| 8 | #include <mapbox/geometry/multi_polygon.hpp> |
| 9 | #include <mapbox/geometry/geometry.hpp> |
| 10 | #include <mapbox/geometry/feature.hpp> |
| 11 | #include <mapbox/geometry/point_arithmetic.hpp> |
| 12 | #include <mapbox/geometry/for_each_point.hpp> |
| 13 | #include <mapbox/geometry/envelope.hpp> |
| 14 |
