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