QGeoServiceProviderFactory Class

The QGeoServiceProviderFactory class is a factory class used as the plugin interface for services related to geographical information. More...

Header: #include <QGeoServiceProviderFactory>
qmake: QT += location
Since: Qt 5.6
Inherited By:

QGeoServiceProviderFactoryV2

This class is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.

This class was introduced in Qt 5.6.

Detailed Description

Implementers must provide a unique combination of providerName() and providerVersion() per plugin.

The other functions should be overridden if the plugin supports the associated set of functionality.

See also QGeoServiceProviderFactoryV2.