|
libosmscout
1.1.1
|
Typedefs | |
| typedef std::shared_ptr< LookupModule > | osmscout::LookupModuleRef |
| using | osmscout::MapManagerRef = std::shared_ptr< MapManager > |
| using | osmscout::OSMScoutQtBuilderRef = std::shared_ptr< OSMScoutQtBuilder > |
| using | osmscout::SettingsRef = std::shared_ptr< Settings > |
| using | osmscout::StyleModuleRef = std::shared_ptr< StyleModule > |
| using | osmscout::VoiceManagerRef = std::shared_ptr< VoiceManager > |
Enumerations | |
| enum | osmscout::DatabaseCoverage { osmscout::Outside = 0, osmscout::Covered = 1, osmscout::Intersects = 2 } |
| enum | osmscout::RenderingType { osmscout::PlaneRendering = 0, osmscout::TiledRendering = 1 } |
Variables | |
| static const double | osmscout::GRAD_TO_RAD = 2 * M_PI / 360 |
Classes for integration osmscout library with Qt framework.
| typedef std::shared_ptr<LookupModule> osmscout::LookupModuleRef |
| using osmscout::MapManagerRef = typedef std::shared_ptr<MapManager> |
| using osmscout::OSMScoutQtBuilderRef = typedef std::shared_ptr<OSMScoutQtBuilder> |
| using osmscout::SettingsRef = typedef std::shared_ptr<Settings> |
| using osmscout::StyleModuleRef = typedef std::shared_ptr<StyleModule> |
| using osmscout::VoiceManagerRef = typedef std::shared_ptr<VoiceManager> |
| Enumerator | |
|---|---|
| Outside | |
| Covered | |
| Intersects | |
|
static |
Util class with function useful for work with OSM tiles (mercator projection) as defined here: http://wiki.openstreetmap.org/wiki/Slippy_map_tilenames
Content of OMS wiki can be distributed under terms of
Creative Commons Attribution-ShareAlike 2.0 license http://wiki.openstreetmap.org/wiki/Wiki_content_license
I am not sure if these one-line code samples can use...?
1.8.14