libosmscout 0.1
|
#include <list>
#include <memory>
#include <thread>
#include <vector>
#include <osmscoutmap/MapImportExport.h>
#include <osmscout/TypeConfig.h>
#include <osmscoutmap/MapPainter.h>
#include <osmscoutmap/StyleConfig.h>
#include <osmscout/db/Database.h>
#include <osmscout/async/Breaker.h>
#include <osmscout/util/GeoBox.h>
#include <osmscout/util/StopClock.h>
#include <osmscout/async/WorkQueue.h>
#include <osmscoutmap/DataTileCache.h>
Classes | |
class | osmscout::AreaSearchParameter |
Parameter to influence the search result for searching for (drawable) objects in a given area. More... | |
class | osmscout::MapService |
MapService offers services for retrieving data in a way that is helpful for drawing maps. More... | |
class | osmscout::MapService::TypeDefinition |
Namespaces | |
namespace | osmscout |
Original source: https://github.com/philipperemy/easy-encryption/blob/master/b64.h licensed under terms of MIT license. | |
Typedefs | |
using | osmscout::MapServiceRef = std::shared_ptr< MapService > |
Reference counted reference to an Database instance. | |