class QPlaceManager

Inheritance diagram of PySide6.QtLocation.QPlaceManager

Synopsis

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

category(categoryId)
Parameters:

categoryId – str

Return type:

QPlaceCategory

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

  • parentId – str

categoryUpdated(category, parentId)
Parameters:
childCategories([parentId=""])
Parameters:

parentId – str

Return type:

.list of QPlaceCategory

childCategoryIds([parentId=""])
Parameters:

parentId – str

Return type:

list of strings

compatiblePlace(place)
Parameters:

placeQPlace

Return type:

QPlace

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

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(query)
Parameters:

queryQPlaceSearchRequest

Return type:

QPlaceSearchReply

searchSuggestions(request)
Parameters:

requestQPlaceSearchRequest

Return type:

QPlaceSearchSuggestionReply

setLocale(locale)
Parameters:

localeQLocale

setLocales(locale)
Parameters:

locale – .list of QLocale