QPlace#

Inheritance diagram of PySide6.QtLocation.QPlace

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.QPlace#

PySide6.QtLocation.QPlace(other)

Parameters:

otherPySide6.QtLocation.QPlace

PySide6.QtLocation.QPlace.appendContactDetail(contactType, detail)#
Parameters:
PySide6.QtLocation.QPlace.attribution()#
Return type:

str

PySide6.QtLocation.QPlace.categories()#
PySide6.QtLocation.QPlace.contactDetails(contactType)#
Parameters:

contactType – str

PySide6.QtLocation.QPlace.contactTypes()#
Return type:

list of strings

PySide6.QtLocation.QPlace.content(type)#
Parameters:

typeType

PySide6.QtLocation.QPlace.detailsFetched()#
Return type:

bool

PySide6.QtLocation.QPlace.extendedAttribute(attributeType)#
Parameters:

attributeType – str

Return type:

PySide6.QtLocation.QPlaceAttribute

PySide6.QtLocation.QPlace.extendedAttributeTypes()#
Return type:

list of strings

PySide6.QtLocation.QPlace.icon()#
Return type:

PySide6.QtLocation.QPlaceIcon

PySide6.QtLocation.QPlace.insertContent(type, content)#
Parameters:
  • typeType

  • content

PySide6.QtLocation.QPlace.isEmpty()#
Return type:

bool

PySide6.QtLocation.QPlace.location()#
Return type:

PySide6.QtPositioning.QGeoLocation

PySide6.QtLocation.QPlace.name()#
Return type:

str

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

rhsPySide6.QtLocation.QPlace

Return type:

bool

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

rhsPySide6.QtLocation.QPlace

Return type:

bool

PySide6.QtLocation.QPlace.placeId()#
Return type:

str

PySide6.QtLocation.QPlace.primaryEmail()#
Return type:

str

PySide6.QtLocation.QPlace.primaryFax()#
Return type:

str

PySide6.QtLocation.QPlace.primaryPhone()#
Return type:

str

PySide6.QtLocation.QPlace.primaryWebsite()#
Return type:

PySide6.QtCore.QUrl

PySide6.QtLocation.QPlace.ratings()#
Return type:

PySide6.QtLocation.QPlaceRatings

PySide6.QtLocation.QPlace.removeContactDetails(contactType)#
Parameters:

contactType – str

PySide6.QtLocation.QPlace.removeExtendedAttribute(attributeType)#
Parameters:

attributeType – str

PySide6.QtLocation.QPlace.setAttribution(attribution)#
Parameters:

attribution – str

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

categories

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

categoryPySide6.QtLocation.QPlaceCategory

PySide6.QtLocation.QPlace.setContactDetails(contactType, details)#
Parameters:
  • contactType – str

  • details

PySide6.QtLocation.QPlace.setContent(type, content)#
Parameters:
  • typeType

  • content

PySide6.QtLocation.QPlace.setDetailsFetched(fetched)#
Parameters:

fetched – bool

PySide6.QtLocation.QPlace.setExtendedAttribute(attributeType, attribute)#
Parameters:
PySide6.QtLocation.QPlace.setIcon(icon)#
Parameters:

iconPySide6.QtLocation.QPlaceIcon

PySide6.QtLocation.QPlace.setLocation(location)#
Parameters:

locationPySide6.QtPositioning.QGeoLocation

PySide6.QtLocation.QPlace.setName(name)#
Parameters:

name – str

PySide6.QtLocation.QPlace.setPlaceId(identifier)#
Parameters:

identifier – str

PySide6.QtLocation.QPlace.setRatings(ratings)#
Parameters:

ratingsPySide6.QtLocation.QPlaceRatings

PySide6.QtLocation.QPlace.setSupplier(supplier)#
Parameters:

supplierPySide6.QtLocation.QPlaceSupplier

PySide6.QtLocation.QPlace.setTotalContentCount(type, total)#
Parameters:
  • typeType

  • total – int

PySide6.QtLocation.QPlace.supplier()#
Return type:

PySide6.QtLocation.QPlaceSupplier

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

otherPySide6.QtLocation.QPlace

PySide6.QtLocation.QPlace.totalContentCount(type)#
Parameters:

typeType

Return type:

int