13 Q_INTERFACES(QGeoServiceProviderFactory)
14 Q_PLUGIN_METADATA(IID
"org.qt-project.qt.geoservice.serviceproviderfactory/6.0" FILE
"qgc_maps_plugin.json")
20 QGeoCodingManagerEngine* createGeocodingManagerEngine(
const QVariantMap ¶meters, QGeoServiceProvider::Error *
error, QString *
errorString)
const final;
21 QGeoMappingManagerEngine* createMappingManagerEngine(
const QVariantMap ¶meters, QGeoServiceProvider::Error *
error, QString *
errorString)
const final;
22 QGeoRoutingManagerEngine* createRoutingManagerEngine(
const QVariantMap ¶meters, QGeoServiceProvider::Error *
error, QString *
errorString)
const final;
23 QPlaceManagerEngine* createPlaceManagerEngine(
const QVariantMap ¶meters, QGeoServiceProvider::Error *
error, QString *
errorString)
const final;
28 QQmlEngine *m_engine =
nullptr;