PySide6.QtLocation.QPlaceDetailsReply¶
- class QPlaceDetailsReply¶
- The - QPlaceDetailsReplyclass manages a place details fetch operation started by an instance of- QPlaceManager. More…- Synopsis¶- Methods¶- def - __init__()
- def - place()
- def - setPlace()
 - 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¶- See Fetching Place Details for an example on how to use a details reply. - See also - Constructs a details reply with a given - parent.- Returns the place that was fetched. - See also - Sets the fetched - placeof the reply.- See also