class QPlaceSearchRequest

Synopsis

Methods

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 RelevanceHint
__init__()
__init__(other)
Parameters:

otherQPlaceSearchRequest

categories()
Return type:

.list of QPlaceCategory

clear()
limit()
Return type:

int

__ne__(rhs)
Parameters:

rhsQPlaceSearchRequest

Return type:

bool

__eq__(rhs)
Parameters:

rhsQPlaceSearchRequest

Return type:

bool

recommendationId()
Return type:

str

relevanceHint()
Return type:

RelevanceHint

searchArea()
Return type:

QGeoShape

searchContext()
Return type:

object

searchTerm()
Return type:

str

setCategories(categories)
Parameters:

categories – .list of QPlaceCategory

setCategory(category)
Parameters:

categoryQPlaceCategory

setLimit(limit)
Parameters:

limit – int

setRecommendationId(recommendationId)
Parameters:

recommendationId – str

setRelevanceHint(hint)
Parameters:

hintRelevanceHint

setSearchArea(area)
Parameters:

areaQGeoShape

setSearchContext(context)
Parameters:

context – object

setSearchTerm(term)
Parameters:

term – str

swap(other)
Parameters:

otherQPlaceSearchRequest