Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qgeoserviceproviderpluginmapboxgl.h
Go to the documentation of this file.
1// Copyright (C) 2017 The Qt Company Ltd.
2// Copyright (C) 2017 Mapbox, Inc.
3// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
4
5#ifndef QGEOSERVICEPROVIDER_MAPBOXGL_H
6#define QGEOSERVICEPROVIDER_MAPBOXGL_H
7
8#include <QtCore/QObject>
9#include <QtLocation/QGeoServiceProviderFactory>
10
12
14{
17 Q_PLUGIN_METADATA(IID "org.qt-project.qt.geoservice.serviceproviderfactory/6.0"
18 FILE "mapboxgl_plugin.json")
19
20public:
22
23 QGeoCodingManagerEngine *createGeocodingManagerEngine(const QVariantMap &parameters,
25 QString *errorString) const;
26 QGeoMappingManagerEngine *createMappingManagerEngine(const QVariantMap &parameters,
28 QString *errorString) const;
29 QGeoRoutingManagerEngine *createRoutingManagerEngine(const QVariantMap &parameters,
31 QString *errorString) const;
32 QPlaceManagerEngine *createPlaceManagerEngine(const QVariantMap &parameters,
34 QString *errorString) const;
35};
36
38
39#endif
Error
Describes an error related to the loading and setup of a service provider plugin.
\inmodule QtCore
Definition qobject.h:103
\inmodule QtLocation
\macro QT_RESTRICTED_CAST_FROM_ASCII
Definition qstring.h:129
Combined button and popup list for selecting options.
DBusConnection const char DBusError * error
#define Q_OBJECT
#define Q_PLUGIN_METADATA(x)
#define Q_INTERFACES(x)