libosmscout
0.1
|
Services offer a application developer targeted interface for certain topics like handling of POIs, location search, routing,... More...
Classes | |
class | osmscout::AreaSearchParameter |
class | osmscout::LocationDescriptionService |
class | osmscout::LocationService |
class | osmscout::MapService |
class | osmscout::POIService |
class | osmscout::SimpleRoutingService |
Typedefs | |
using | osmscout::LocationDescriptionServiceRef = std::shared_ptr< LocationDescriptionService > |
using | osmscout::MapServiceRef = std::shared_ptr< MapService > |
using | osmscout::MultiDBRoutingServiceRef = std::shared_ptr< MultiDBRoutingService > |
using | osmscout::POIServiceRef = std::shared_ptr< POIService > |
using | osmscout::SimpleRoutingServiceRef = std::shared_ptr< SimpleRoutingService > |
Services offer a application developer targeted interface for certain topics like handling of POIs, location search, routing,...
In general they need at least a reference to a Database objects since they are just convenience APIs on top of the existing data files and indexes.
using osmscout::LocationDescriptionServiceRef = typedef std::shared_ptr<LocationDescriptionService> |
Reference counted reference to a location service instance
using osmscout::MapServiceRef = typedef std::shared_ptr<MapService> |
Reference counted reference to an Database instance
using osmscout::MultiDBRoutingServiceRef = typedef std::shared_ptr<MultiDBRoutingService> |
Reference counted reference to an RoutingService instance
using osmscout::POIServiceRef = typedef std::shared_ptr<POIService> |
Reference counted reference to a POI service instance
using osmscout::SimpleRoutingServiceRef = typedef std::shared_ptr<SimpleRoutingService> |
Reference counted reference to an RoutingService instance