Qt Location C++ Classes
Provides C++ interfaces to retrieve location and navigational information. More...
Namespaces
Contains miscellaneous identifiers used throughout the QtLocation module |
Detailed Description
The C++ API provides access to geocoding and navigation information, and also place search. Use the QML API to render this information on an interactive map that supports touch gestures, overlays, and so on.
Include the appropriate header in your C++ code. For example, applications using routes can include:
#include <QGeoRoute>
Add the location keyword in the project file to link against the Qt Location library:
QT += location
See more in the Qt Location Overview.