libosmscout  0.1
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules
High level services

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 >
 

Detailed Description

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.

Typedef Documentation

◆ LocationDescriptionServiceRef

Reference counted reference to a location service instance

◆ MapServiceRef

using osmscout::MapServiceRef = typedef std::shared_ptr<MapService>

Reference counted reference to an Database instance

◆ MultiDBRoutingServiceRef

Reference counted reference to an RoutingService instance

◆ POIServiceRef

using osmscout::POIServiceRef = typedef std::shared_ptr<POIService>

Reference counted reference to a POI service instance

◆ SimpleRoutingServiceRef

using osmscout::SimpleRoutingServiceRef = typedef std::shared_ptr<SimpleRoutingService>

Reference counted reference to an RoutingService instance