summaryrefslogtreecommitdiff
path: root/src/plugins/geoservices/itemsoverlay/qgeomappingmanagerengineitemsoverlay.h
blob: ea0498858cfe059920256f0efa1c4fccaebb7043 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// 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 <QtLocation/QGeoServiceProvider>
#include <QtLocation/private/qgeomappingmanagerengine_p.h>

QT_BEGIN_NAMESPACE

class QGeoMappingManagerEngineItemsOverlay : public QGeoMappingManagerEngine
{
    Q_OBJECT

public:
    QGeoMappingManagerEngineItemsOverlay(const QVariantMap &parameters,
                                        QGeoServiceProvider::Error *error, QString *errorString);
    ~QGeoMappingManagerEngineItemsOverlay();

    QGeoMap *createMap() override;
};

QT_END_NAMESPACE

#endif // QGEOMAPPINGMANAGERENGINENOMAP_H