libosmscout 0.1
|
#include <memory>
#include <mutex>
#include <vector>
#include <osmscout/Pixel.h>
#include <osmscout/io/FileScanner.h>
Classes | |
class | osmscout::CoverageIndex |
CoverageIndex allows you to check for tiles that hold map data (for this db). More... | |
Namespaces | |
namespace | osmscout |
Original source: https://github.com/philipperemy/easy-encryption/blob/master/b64.h licensed under terms of MIT license. | |
Typedefs | |
using | osmscout::CoverageIndexRef = std::shared_ptr< CoverageIndex > |