libosmscout 0.1
|
#include <list>
#include <memory>
#include <osmscout/db/Database.h>
#include <osmscout/location/Location.h>
#include <osmscout/util/StringMatcher.h>
#include <osmscout/async/Breaker.h>
Classes | |
class | osmscout::LocationFormSearchParameter |
Parameter object for form based search of a location. More... | |
class | osmscout::LocationSearchResult |
The result of a location query. More... | |
class | osmscout::LocationSearchResult::Entry |
class | osmscout::LocationService |
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... | |
class | osmscout::LocationStringSearchParameter |
Parameter object for string pattern based search for a location or a POI. More... | |
class | osmscout::POIFormSearchParameter |
Parameter object for form based search of a POI (point of interest) 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::LocationServiceRef = std::shared_ptr< LocationService > |
Reference counted reference to a location service instance. | |