QPlaceSearchSuggestionReply Class
The QPlaceSearchSuggestionReply class manages a search suggestion operation started by an instance of QPlaceManager. More...
| Header: | #include <QPlaceSearchSuggestionReply> |
| qmake: | QT += location |
| Since: | Qt 5.6 |
| Inherits: | QPlaceReply |
This class was introduced in Qt 5.6.
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 QPlaceManager.