class QPlaceDetailsReply

The QPlaceDetailsReply class manages a place details fetch operation started by an instance of QPlaceManager . More

Inheritance diagram of PySide6.QtLocation.QPlaceDetailsReply

Synopsis

Methods

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

QPlaceManager

__init__([parent=None])
Parameters:

parentQObject

Constructs a details reply with a given parent.

place()
Return type:

QPlace

Returns the place that was fetched.

See also

setPlace()

setPlace(place)
Parameters:

placeQPlace

Sets the fetched place of the reply.

See also

place()