QPlaceSearchRequest#

Inheritance diagram of PySide6.QtLocation.QPlaceSearchRequest

Synopsis#

Functions#

Note

This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE

Detailed Description#

class PySide6.QtLocation.QPlaceSearchRequest#

PySide6.QtLocation.QPlaceSearchRequest(other)

Parameters:

otherPySide6.QtLocation.QPlaceSearchRequest

PySide6.QtLocation.QPlaceSearchRequest.RelevanceHint#
PySide6.QtLocation.QPlaceSearchRequest.categories()#
PySide6.QtLocation.QPlaceSearchRequest.clear()#
PySide6.QtLocation.QPlaceSearchRequest.limit()#
Return type:

int

PySide6.QtLocation.QPlaceSearchRequest.__ne__(rhs)#
Parameters:

rhsPySide6.QtLocation.QPlaceSearchRequest

Return type:

bool

PySide6.QtLocation.QPlaceSearchRequest.__eq__(rhs)#
Parameters:

rhsPySide6.QtLocation.QPlaceSearchRequest

Return type:

bool

PySide6.QtLocation.QPlaceSearchRequest.recommendationId()#
Return type:

str

PySide6.QtLocation.QPlaceSearchRequest.relevanceHint()#
Return type:

RelevanceHint

PySide6.QtLocation.QPlaceSearchRequest.searchArea()#
Return type:

PySide6.QtPositioning.QGeoShape

PySide6.QtLocation.QPlaceSearchRequest.searchContext()#
Return type:

object

PySide6.QtLocation.QPlaceSearchRequest.searchTerm()#
Return type:

str

PySide6.QtLocation.QPlaceSearchRequest.setCategories(categories)#
Parameters:

categories

PySide6.QtLocation.QPlaceSearchRequest.setCategory(category)#
Parameters:

categoryPySide6.QtLocation.QPlaceCategory

PySide6.QtLocation.QPlaceSearchRequest.setLimit(limit)#
Parameters:

limit – int

PySide6.QtLocation.QPlaceSearchRequest.setRecommendationId(recommendationId)#
Parameters:

recommendationId – str

PySide6.QtLocation.QPlaceSearchRequest.setRelevanceHint(hint)#
Parameters:

hintRelevanceHint

PySide6.QtLocation.QPlaceSearchRequest.setSearchArea(area)#
Parameters:

areaPySide6.QtPositioning.QGeoShape

PySide6.QtLocation.QPlaceSearchRequest.setSearchContext(context)#
Parameters:

context – object

PySide6.QtLocation.QPlaceSearchRequest.setSearchTerm(term)#
Parameters:

term – str

PySide6.QtLocation.QPlaceSearchRequest.swap(other)#
Parameters:

otherPySide6.QtLocation.QPlaceSearchRequest