#include <cstddef>
#include <functional>
#include <string>
#include <tuple>
#include <QMetaType>
#include "coordinates.h"
Go to the source code of this file.
Classes | |
struct | std::hash< TileId > |
struct | TileId |
Namespaces | |
std | |
Functions | |
bool | operator== (TileId const &self, TileId const &other) |
std::string | tileURL (TileId const &tile_id) |
std::string tileURL | ( | TileId const & | tile_id | ) |
Generate the URL to download a tile from
Definition at line 35 of file tile_id.cpp.