libosmscout 0.1
|
#include <list>
#include <memory>
#include <osmscout/TypeInfoSet.h>
#include <osmscout/db/Database.h>
#include <osmscout/location/Location.h>
#include <osmscout/util/StringMatcher.h>
Classes | |
class | osmscout::LocationAtPlaceDescription |
Description of a location based on the GeoCoord of that location. More... | |
class | osmscout::LocationCoordDescription |
Description of a location based on the GeoCoord of that location. More... | |
class | osmscout::LocationCrossingDescription |
Description of a location based on a nearby crossing. More... | |
class | osmscout::LocationDescription |
A LocationDescription objects holds various alternative (and optional) descriptions of the given locations. More... | |
class | osmscout::LocationDescriptionCandicate |
class | osmscout::LocationDescriptionService |
The LocationService offers a number of methods for location lookup ( search for a certain location by its name) and location reverse lookup (retrieve the name of a location). More... | |
struct | osmscout::LocationDescriptionService::ReverseLookupResult |
Result of a location reverse lookup. More... | |
class | osmscout::LocationWayDescription |
Description of a location based on a nearby way. 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::LocationAtPlaceDescriptionRef = std::shared_ptr< LocationAtPlaceDescription > |
Reference counted reference to a LocationAtPlaceDescription instance. | |
using | osmscout::LocationCoordDescriptionRef = std::shared_ptr< LocationCoordDescription > |
Reference counted reference to a LocationCoordDescription instance. | |
using | osmscout::LocationCrossingDescriptionRef = std::shared_ptr< LocationCrossingDescription > |
Reference counted reference to a LocationCrossingDescription instance. | |
using | osmscout::LocationDescriptionServiceRef = std::shared_ptr< LocationDescriptionService > |
Reference counted reference to a location service instance. | |
using | osmscout::LocationWayDescriptionRef = std::shared_ptr< LocationWayDescription > |
Reference counted reference to a LocationWayDescription instance. | |