libosmscout 0.1
|
#include <list>
#include <memory>
#include <string>
#include <unordered_map>
#include <vector>
#include <map>
#include <osmscout/ObjectRef.h>
#include <osmscout/Path.h>
#include <osmscout/GeoCoord.h>
#include <osmscout/routing/DBFileOffset.h>
#include <osmscout/util/Distance.h>
#include <osmscout/util/LaneTurn.h>
#include <osmscout/util/Time.h>
Namespaces | |
namespace | osmscout |
Original source: https://github.com/philipperemy/easy-encryption/blob/master/b64.h licensed under terms of MIT license. | |
Typedefs | |
using | osmscout::RouteDescriptionRef = std::shared_ptr< RouteDescription > |