#include <functional>
#include <limits>
#include <mutex>
#include <unordered_map>
#include <utility>
#include <QImage>
#include <boost/optional.hpp>
#include "area.h"
#include "detail/tile_downloader.h"
#include "tile_id.h"
Go to the source code of this file.
Classes | |
class | TileCache< Tile > |
A cache for tiles. More... | |
class | TileCacheGuard |