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
qplacesearchreplyohosmapkit.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 QPLACESEARCHREPLYOHOSMAPKIT_H
5#define QPLACESEARCHREPLYOHOSMAPKIT_H
6
7#include <QtLocation/qplacemanagerengine.h>
8#include <QtLocation/qplacesearchreply.h>
9#include <QtLocation/qplacesearchrequest.h>
10#include <QtNetwork/qnetworkreply.h>
11
13
14QPlaceSearchReply *makeQPlaceSearchReplyOhosMapKit(
15 const QPlaceSearchRequest &request, QNetworkReply *reply, QPlaceManagerEngine *parent);
16
17QT_END_NAMESPACE
18
19#endif // QPLACESEARCHREPLYOHOSMAPKIT_H
QStringList childCategoryIds(const QString &categoryId) const override
Returns the child category identifiers of the category corresponding to categoryId.
QPlaceReply * initializeCategories() override
Initializes the categories of the manager engine.
QPlaceCategory category(const QString &categoryId) const override
Returns the category corresponding to the given categoryId.
QPlaceSearchReply * search(const QPlaceSearchRequest &) override
Searches for places according to the parameters specified in request.
QPlaceSearchSuggestionReply * searchSuggestions(const QPlaceSearchRequest &request) override
Requests a set of search term suggestions according to the parameters specified in request.
QPlaceManagerEngineOhosMapKit(const QVariantMap &parameters, QGeoServiceProvider::Error *error, QString *errorString)
QList< QPlaceCategory > childCategories(const QString &parentId) const override
Returns a list of categories that are children of the category corresponding to parentId.
QString parentCategoryId(const QString &categoryId) const override
Returns the parent category identifier of the category corresponding to categoryId.
Combined button and popup list for selecting options.
QJsonObject createPlaceSearchRequestBody(const QPlaceSearchRequest &request)
QString convertCategoryIdToCategoryName(const QString &categoryId)
QPlaceManagerEngine * makeQPlaceManagerEngineOhosMapKit(const QVariantMap &parameters, QGeoServiceProvider::Error *error, QString *errorString)