PySide2.QtLocation

Detailed Description

Provides C++ interfaces to retrieve location and navigational information.

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 .

The module also provides QML types .