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
qgeomappingmanagerenginemapboxgl.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 QGEOTILEDMAPPINGMANAGERENGINEMAPBOXGL_H
6#define QGEOTILEDMAPPINGMANAGERENGINEMAPBOXGL_H
7
8#include <QtLocation/QGeoServiceProvider>
9#include <QtLocation/private/qgeomappingmanagerengine_p.h>
10
11#include <QMapboxGL>
12
14
16{
18
19public:
23
24 QGeoMap *createMap() override;
25
26private:
27 QMapboxGLSettings m_settings;
28 bool m_useFBO = true;
29 bool m_useChinaEndpoint = false;
30 QString m_mapItemsBefore;
31};
32
34
35#endif // QGEOTILEDMAPPINGMANAGERENGINEMAPBOXGL_H
QGeoMappingManagerEngineMapboxGL(const QVariantMap &parameters, QGeoServiceProvider::Error *error, QString *errorString)
QVariantMap parameters() const
Error
Describes an error related to the loading and setup of a service provider plugin.
\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