4#ifndef QPLACESEARCHREPLYOHOSMAPKIT_H
5#define QPLACESEARCHREPLYOHOSMAPKIT_H
7#include <QtLocation/qplacemanagerengine.h>
8#include <QtLocation/qplacesearchreply.h>
9#include <QtLocation/qplacesearchrequest.h>
10#include <QtNetwork/qnetworkreply.h>
14QPlaceSearchReply *makeQPlaceSearchReplyOhosMapKit(
15 const QPlaceSearchRequest &request, QNetworkReply *reply, QPlaceManagerEngine *parent);
DummyPlaceReply(QObject *parent)
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 ¶meters, 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.
const auto searchByTextApiUrl
const QString placeSearchApiUrlBase
QJsonObject createPlaceSearchRequestBody(const QPlaceSearchRequest &request)
QString convertCategoryIdToCategoryName(const QString &categoryId)
const auto autoCompleteApiUrl
QPlaceManagerEngine * makeQPlaceManagerEngineOhosMapKit(const QVariantMap ¶meters, QGeoServiceProvider::Error *error, QString *errorString)