Libosmium  2.10.0
Fast and flexible C++ library for working with OpenStreetMap data
Classes | Namespaces | Functions
tile.hpp File Reference
#include <cassert>
#include <cstdint>
#include <osmium/geom/coordinates.hpp>
#include <osmium/geom/mercator_projection.hpp>
#include <osmium/osm/location.hpp>
Include dependency graph for tile.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)