PySide2.QtPositioning

Detailed Description

The Positioning module provides positioning information via QML and C++ interfaces.

To load the Qt Positioning module, add the following statement to your .qml files

import QtPositioning 5.11

For C++ projects include the header appropriate for the current use case, for example applications using routes may use

#include <QGeoCoordinate>

The .pro file should have the positioning keyword added

QT += positioning

See more in the Qt Positioning Overview .

The module also provides QML types .