QPlaceManagerEngine Class

The QPlaceManagerEngine class provides an interface for implementers of QGeoServiceProvider plugins who want to provide access to place functionality. More...

Header: #include <QPlaceManagerEngine>
qmake: QT += location
Since: Qt 5.6
Inherits: QObject

This class was introduced in Qt 5.6.

Detailed Description

Application developers need not concern themselves with the QPlaceManagerEngine. Backend implementers however will need to derive from QPlaceManagerEngine and provide implementations for the abstract virtual functions.

For more information on writing a backend see the Places Backend documentation.

See also QPlaceManager.