Registry / utility / libosmscout

libosmscout

JSON →
library1.1.1vcpkgunverified

libosmscout offers applications simple, high-level interfaces for offline location and POI lookup, rendering and routing functionalities based on OpenStreetMap (OSM) data.

vcpkg install libosmscout
INSTALL
IMPORT
SIG · LIBOSMSCOUT
L
libosmscout
utilitycppv1.1.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

osmscout/OSMScout.h
#include <osmscout/OSMScout.h>

Minimal example showing library version retrieval

#include <osmscout/OSMScout.h> #include <iostream> int main() { osmscout::OSMScout scout; std::cout << "libosmscout version: " << scout.GetVersion() << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

libosmscout — pip install libosmscout · libregistry