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