libosmscout  0.1
osmscout::POIService Member List

This is the complete list of members for osmscout::POIService, including all inherited members.

GetPOIsInArea(const GeoBox &boundingBox, const TypeInfoSet &nodeTypes, std::vector< NodeRef > &nodes, const TypeInfoSet &wayTypes, std::vector< WayRef > &ways, const TypeInfoSet &areaTypes, std::vector< AreaRef > &areas) constosmscout::POIService
GetPOIsInRadius(const GeoCoord &location, const Distance &maxDistance, const TypeInfoSet &nodeTypes, std::vector< NodeRef > &nodes, const TypeInfoSet &wayTypes, std::vector< WayRef > &ways, const TypeInfoSet &areaTypes, std::vector< AreaRef > &areas) constosmscout::POIService
POIService(const DatabaseRef &database)osmscout::POIServiceexplicit