|
Libosmium
2.10.3
Fast and flexible C++ library for working with OpenStreetMap data
|
#include <cassert>#include <cstdint>#include <osmium/geom/coordinates.hpp>#include <osmium/geom/mercator_projection.hpp>#include <osmium/osm/location.hpp>
Go to the source code of this file.
Classes | |
| struct | osmium::geom::Tile |
Namespaces | |
| osmium | |
| Namespace for everything in the Osmium library. | |
| osmium::geom | |
| Everything related to geometry handling. | |
Functions | |
| bool | osmium::geom::operator== (const Tile &lhs, const Tile &rhs) |
| Tiles are equal if all their attributes are equal. More... | |
| bool | osmium::geom::operator!= (const Tile &lhs, const Tile &rhs) |
| bool | osmium::geom::operator< (const Tile &lhs, const Tile &rhs) |
1.8.12