// Copyright (C) 2014 Canonical Ltd. // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only #ifndef QGEOMAPPINGMANAGERENGINEITEMSOVERLAY_H #define QGEOMAPPINGMANAGERENGINEITEMSOVERLAY_H #include #include QT_BEGIN_NAMESPACE class QGeoMappingManagerEngineItemsOverlay : public QGeoMappingManagerEngine { Q_OBJECT public: QGeoMappingManagerEngineItemsOverlay(const QVariantMap ¶meters, QGeoServiceProvider::Error *error, QString *errorString); ~QGeoMappingManagerEngineItemsOverlay(); QGeoMap *createMap() override; }; QT_END_NAMESPACE #endif // QGEOMAPPINGMANAGERENGINENOMAP_H