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
qgeoserviceproviderpluginohosmapkit.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 QGEOSERVICEPROVIDERPLUGINOHOSMAPKIT_H
5#define QGEOSERVICEPROVIDERPLUGINOHOSMAPKIT_H
6
7#include <QtCore/QObject>
8#include <QtCore/QVariantMap>
9#include <QtLocation/QGeoServiceProviderFactory>
10
12
14{
15 Q_OBJECT
16 Q_INTERFACES(QGeoServiceProviderFactory)
17 Q_PLUGIN_METADATA(IID "org.qt-project.qt.geoservice.serviceproviderfactory/6.0" FILE "ohosmapkit_plugin.json")
18
19public:
23 const QVariantMap &parameters, QGeoServiceProvider::Error *error, QString *errorString) const;
25 const QVariantMap &parameters, QGeoServiceProvider::Error *error, QString *errorString) const;
27 const QVariantMap &parameters, QGeoServiceProvider::Error *error, QString *errorString) const;
28};
29
30QT_END_NAMESPACE
31
32#endif // QGEOSERVICEPROVIDERPLUGINOHOSMAPKIT_H
QGeoMappingManagerEngine * createMappingManagerEngine(const QVariantMap &parameters, QGeoServiceProvider::Error *error, QString *errorString) const
Returns a new QGeoMappingManagerEngine instance, initialized with parameters, which implements mappin...
QGeoRoutingManagerEngine * createRoutingManagerEngine(const QVariantMap &parameters, QGeoServiceProvider::Error *error, QString *errorString) const
Returns a new QGeoRoutingManagerEngine instance, initialized with parameters, which implements routin...
QPlaceManagerEngine * createPlaceManagerEngine(const QVariantMap &parameters, QGeoServiceProvider::Error *error, QString *errorString) const
Returns a new QPlaceManagerEngine instance, initialized with parameters, which implements the place s...
QString getAuthenticationKeyParameterOrEmpty(const QVariantMap &parameters)
Combined button and popup list for selecting options.
bool isAuthenticationKeySet(const QVariantMap &parameters, QGeoServiceProvider::Error *error, QString *errorString)