QPlaceDetailsReply¶
The
QPlaceDetailsReply
class manages a place details fetch operation started by an instance ofQPlaceManager
. More…

Detailed Description¶
See Fetching Place Details for an example on how to use a details reply.
See also
QPlaceManager
-
class
QPlaceDetailsReply
([parent=None])¶ - param parent
QObject
Constructs a details reply with a given
parent
.
-
PySide2.QtLocation.QPlaceDetailsReply.
place
()¶ - Return type
Returns the place that was fetched.
See also