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
geotiledmappingmanagerengine_esri.h
Go to the documentation of this file.
1// Copyright (C) 2013-2018 Esri <contracts@esri.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 GEOTILEDMAPPINGMANAGERENGINEESRI_H
5#define GEOTILEDMAPPINGMANAGERENGINEESRI_H
6
7#include <QGeoServiceProvider>
8
9#include <QtLocation/private/qgeotiledmappingmanagerengine_p.h>
10
11#include "geomapsource.h"
12
14
16{
18
19public:
23
24 QGeoMap *createMap() override;
25
26 inline const QList<GeoMapSource *>& mapSources() const;
27 GeoMapSource *mapSource(int mapId) const;
28
29private:
30 bool initializeMapSources(QGeoServiceProvider::Error *error, QString *errorString, const QGeoCameraCapabilities &cameraCaps);
31
32 QList<GeoMapSource *> m_mapSources;
33};
34
36{
37 return m_mapSources;
38}
39
40QT_END_NAMESPACE
41
42#endif // GEOTILEDMAPPINGMANAGERENGINEESRI_H
const QList< GeoMapSource * > & mapSources() const
Combined button and popup list for selecting options.