QPlaceSearchSuggestionReply¶

The QPlaceSearchSuggestionReply class manages a search suggestion operation started by an instance of QPlaceManager . More…

Inheritance diagram of PySide2.QtLocation.QPlaceSearchSuggestionReply

Synopsis¶

Functions¶

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

class PySide2.QtLocation.QPlaceSearchSuggestionReply([parent=None])¶
param parent:

PySide2.QtCore.QObject

Constructs a search suggestion reply with a given parent .

PySide2.QtLocation.QPlaceSearchSuggestionReply.setSuggestions(suggestions)¶
Parameters:

suggestions – list of strings

Sets the search term suggestions .

See also

suggestions()

PySide2.QtLocation.QPlaceSearchSuggestionReply.suggestions()¶
Return type:

list of strings

Returns the search term suggestions.

See also

setSuggestions()