Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qgeotiledmaposm.h
Go to the documentation of this file.
1// Copyright (C) 2016 Aaron McCarthy <mccarthy.aaron@gmail.com>
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
4#ifndef QGEOTILEDMAPOSM_H
5#define QGEOTILEDMAPOSM_H
6
8
9#include <QtLocation/private/qgeotiledmap_p.h>
10typedef QGeoTiledMap Map;
11
12QT_BEGIN_NAMESPACE
13
14class QGeoTiledMappingManagerEngineOsm;
15class QGeoTiledMapOsm: public Map
16{
18
19public:
22
23protected:
24 void evaluateCopyrights(const QSet<QGeoTileSpec> &visibleTiles) override;
25
26protected Q_SLOTS:
28
29private:
30 int m_mapId;
32};
33
34QT_END_NAMESPACE
35
36#endif
void evaluateCopyrights(const QSet< QGeoTileSpec > &visibleTiles) override