class QPlaceManagerEngine

Inheritance diagram of PySide6.QtLocation.QPlaceManagerEngine

Synopsis

Methods

Virtual methods

Signals

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

__init__(parameters[, parent=None])
Parameters:
  • parameters – Dictionary with keys of type .QString and values of type QVariant.

  • parentQObject

category(categoryId)
Parameters:

categoryId – str

Return type:

QPlaceCategory

categoryAdded(category, parentCategoryId)
Parameters:
categoryRemoved(categoryId, parentCategoryId)
Parameters:
  • categoryId – str

  • parentCategoryId – str

categoryUpdated(category, parentCategoryId)
Parameters:
childCategories(parentId)
Parameters:

parentId – str

Return type:

.list of QPlaceCategory

childCategoryIds(categoryId)
Parameters:

categoryId – str

Return type:

list of strings

compatiblePlace(original)
Parameters:

originalQPlace

Return type:

QPlace

constructIconUrl(icon, size)
Parameters:
Return type:

QUrl

dataChanged()
errorOccurred(arg__1, error[, errorString=""])
Parameters:
finished(reply)
Parameters:

replyQPlaceReply

getPlaceContent(request)
Parameters:

requestQPlaceContentRequest

Return type:

QPlaceContentReply

getPlaceDetails(placeId)
Parameters:

placeId – str

Return type:

QPlaceDetailsReply

initializeCategories()
Return type:

QPlaceReply

locales()
Return type:

.list of QLocale

manager()
Return type:

QPlaceManager

managerName()
Return type:

str

managerVersion()
Return type:

int

matchingPlaces(request)
Parameters:

requestQPlaceMatchRequest

Return type:

QPlaceMatchReply

parentCategoryId(categoryId)
Parameters:

categoryId – str

Return type:

str

placeAdded(placeId)
Parameters:

placeId – str

placeRemoved(placeId)
Parameters:

placeId – str

placeUpdated(placeId)
Parameters:

placeId – str

removeCategory(categoryId)
Parameters:

categoryId – str

Return type:

QPlaceIdReply

removePlace(placeId)
Parameters:

placeId – str

Return type:

QPlaceIdReply

saveCategory(category, parentId)
Parameters:
Return type:

QPlaceIdReply

savePlace(place)
Parameters:

placeQPlace

Return type:

QPlaceIdReply

search(request)
Parameters:

requestQPlaceSearchRequest

Return type:

QPlaceSearchReply

searchSuggestions(request)
Parameters:

requestQPlaceSearchRequest

Return type:

QPlaceSearchSuggestionReply

setLocales(locales)
Parameters:

locales – .list of QLocale