QPlace#
Synopsis#
Functions#
- def - appendContactDetail(contactType, detail)
- def - attribution()
- def - categories()
- def - contactDetails(contactType)
- def - contactTypes()
- def - content(type)
- def - detailsFetched()
- def - extendedAttribute(attributeType)
- def - extendedAttributeTypes()
- def - icon()
- def - insertContent(type, content)
- def - isEmpty()
- def - location()
- def - name()
- def - __ne__(rhs)
- def - __eq__(rhs)
- def - placeId()
- def - primaryEmail()
- def - primaryFax()
- def - primaryPhone()
- def - primaryWebsite()
- def - ratings()
- def - removeContactDetails(contactType)
- def - removeExtendedAttribute(attributeType)
- def - setAttribution(attribution)
- def - setCategories(categories)
- def - setCategory(category)
- def - setContactDetails(contactType, details)
- def - setContent(type, content)
- def - setDetailsFetched(fetched)
- def - setExtendedAttribute(attributeType, attribute)
- def - setIcon(icon)
- def - setLocation(location)
- def - setName(name)
- def - setPlaceId(identifier)
- def - setRatings(ratings)
- def - setSupplier(supplier)
- def - setTotalContentCount(type, total)
- def - supplier()
- def - swap(other)
- def - totalContentCount(type)
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:
- other – - PySide6.QtLocation.QPlace
 
- PySide6.QtLocation.QPlace.appendContactDetail(contactType, detail)#
- Parameters:
- contactType – str 
 
 
- PySide6.QtLocation.QPlace.attribution()#
- Return type:
- str 
 
- PySide6.QtLocation.QPlace.categories()#
- Return type:
 
- PySide6.QtLocation.QPlace.contactDetails(contactType)#
- Parameters:
- contactType – str 
- Return type:
 
- PySide6.QtLocation.QPlace.contactTypes()#
- Return type:
- list of strings 
 
- PySide6.QtLocation.QPlace.detailsFetched()#
- Return type:
- bool 
 
- PySide6.QtLocation.QPlace.extendedAttribute(attributeType)#
- Parameters:
- attributeType – str 
- Return type:
 
- PySide6.QtLocation.QPlace.extendedAttributeTypes()#
- Return type:
- list of strings 
 
- PySide6.QtLocation.QPlace.icon()#
- Return type:
 
- PySide6.QtLocation.QPlace.isEmpty()#
- Return type:
- bool 
 
- PySide6.QtLocation.QPlace.location()#
- Return type:
 
- PySide6.QtLocation.QPlace.name()#
- Return type:
- str 
 
- PySide6.QtLocation.QPlace.__ne__(rhs)#
- Parameters:
- Return type:
- bool 
 
- PySide6.QtLocation.QPlace.__eq__(rhs)#
- Parameters:
- 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.QtLocation.QPlace.ratings()#
- Return type:
 
- 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:
- category – - PySide6.QtLocation.QPlaceCategory
 
- PySide6.QtLocation.QPlace.setContactDetails(contactType, details)#
- Parameters:
- contactType – str 
- details – 
 
 
- PySide6.QtLocation.QPlace.setDetailsFetched(fetched)#
- Parameters:
- fetched – bool 
 
- PySide6.QtLocation.QPlace.setExtendedAttribute(attributeType, attribute)#
- Parameters:
- attributeType – str 
- attribute – - PySide6.QtLocation.QPlaceAttribute
 
 
- PySide6.QtLocation.QPlace.setIcon(icon)#
- Parameters:
 
- PySide6.QtLocation.QPlace.setLocation(location)#
- Parameters:
- location – - PySide6.QtPositioning.QGeoLocation
 
- PySide6.QtLocation.QPlace.setName(name)#
- Parameters:
- name – str 
 
- PySide6.QtLocation.QPlace.setPlaceId(identifier)#
- Parameters:
- identifier – str 
 
- PySide6.QtLocation.QPlace.setRatings(ratings)#
- Parameters:
- ratings – - PySide6.QtLocation.QPlaceRatings
 
- PySide6.QtLocation.QPlace.setSupplier(supplier)#
- Parameters:
- supplier – - PySide6.QtLocation.QPlaceSupplier
 
- PySide6.QtLocation.QPlace.supplier()#
- Return type:
 
- PySide6.QtLocation.QPlace.swap(other)#
- Parameters:
- other – - PySide6.QtLocation.QPlace