12class QGeoServiceProviderFactoryItemsOverlay:
public QObject,
public QGeoServiceProviderFactory
15 Q_INTERFACES(QGeoServiceProviderFactory)
16 Q_PLUGIN_METADATA(IID
"org.qt-project.qt.geoservice.serviceproviderfactory/6.0"
17 FILE
"itemsoverlay_plugin.json")
20 QGeoCodingManagerEngine *createGeocodingManagerEngine(
const QVariantMap ¶meters,
21 QGeoServiceProvider::Error *error,
22 QString *errorString)
const override;
23 QGeoMappingManagerEngine *createMappingManagerEngine(
const QVariantMap ¶meters,
24 QGeoServiceProvider::Error *error,
25 QString *errorString)
const override;
26 QGeoRoutingManagerEngine *createRoutingManagerEngine(
const QVariantMap ¶meters,
27 QGeoServiceProvider::Error *error,
28 QString *errorString)
const override;
29 QPlaceManagerEngine *createPlaceManagerEngine(
const QVariantMap ¶meters,
30 QGeoServiceProvider::Error *error,
31 QString *errorString)
const override;