Registry / networking / qtlocation

qtlocation

JSON →
library6.10.1vcpkgunverified

The Qt Location API helps you create viable mapping solutions using the data available from some of the popular location services.

vcpkg install qtlocation
INSTALL
IMPORT
SIG · QTLOCATION
Q
qtlocation
networkingcppv6.10.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.

QtLocation/QGeoPositionInfoSource
#include <QtLocation/QGeoPositionInfoSource>

Minimal usage of Qt Location

#include <QCoreApplication> #include <QtLocation/QGeoPositionInfoSource> int main(int argc, char *argv[]) { QCoreApplication app(argc, argv); QGeoPositionInfoSource *source = QGeoPositionInfoSource::createDefaultSource(nullptr); if (source) { source->startUpdates(); } return app.exec(); }
Debug
Known issues
gotchaRequires Qt6 installation with location module
fix
Ensure Qt6 is installed with the location module via vcpkg or system package manager
affects: all
Upgrade
Version history
6.10.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

qtlocation — pip install qtlocation · libregistry