QPlaceSearchSuggestionReply Class▲
-
Header: QPlaceSearchSuggestionReply
-
qmake: QT += location
-
Inherits: QPlaceReply
-
Inherited By:
-
Group: QPlaceSearchSuggestionReply is part of QtLocation-places, QtLocation-places-replies
Detailed Description▲
On successful completion of the operation, the reply will contain a list of search term suggestions. See Search Suggestions for an example on how to use a search suggestion reply.
See Also▲
See also QPlaceManager
Member Function Documentation▲
[explicit] QPlaceSearchSuggestionReply::QPlaceSearchSuggestionReply(QObject *parent = nullptr)▲
Constructs a search suggestion reply with a given parent.
[virtual] QPlaceSearchSuggestionReply::~QPlaceSearchSuggestionReply()▲
Destroys the reply.
[protected] void QPlaceSearchSuggestionReply::setSuggestions(const QStringList &suggestions)▲
QStringList QPlaceSearchSuggestionReply::suggestions() const▲
[override virtual] QPlaceReply::Type QPlaceSearchSuggestionReply::type() const▲
Reimplements: QPlaceReply::type() const.
Returns type of reply.