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
qgeotilefetcherohosmapkit.h
Go to the documentation of this file.
1// Copyright (C) 2025 The Qt Company Ltd.
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 QGEOTILEFETCHEROHOSMAPKIT_H
5#define QGEOTILEFETCHEROHOSMAPKIT_H
6
7#include <QtCore/qstring.h>
8#include <QtLocation/private/qgeotiledmappingmanagerengine_p.h>
9#include <QtLocation/private/qgeotilefetcher_p.h>
10
12
13QGeoTileFetcher *makeGeoTileFetcherOhosMapKit(
14 const QString &authenticationKey, const QString &userAgent, int scaleFactor,
15 QGeoTiledMappingManagerEngine *parent);
16
17QT_END_NAMESPACE
18
19#endif // QGEOTILEFETCHEROHOSMAPKIT_H
QGeoTiledMappingManagerEngineOhosMapKit(const QVariantMap &parameters, QGeoServiceProvider::Error *error, QString *errorString)
Combined button and popup list for selecting options.
int getScaleFactor(const QVariantMap &parameters)
void configureFileTileCache(QGeoFileTileCache *tileCache, const QVariantMap &parameters)
QAbstractGeoTileCache::CostStrategy getCacheCostStrategy(const QVariantMap &parameters, const QString &parameterName)
void tryExtractIntParameter(const QVariantMap &parameters, const QString &parameterName, const QOhosConsumer< int > &parameterConsumer)
QGeoTiledMappingManagerEngine * makeQGeoTiledMappingManagerEngineOhosMapKit(const QVariantMap &parameters, QGeoServiceProvider::Error *error, QString *errorString)