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
-
class
PySide2.QtLocation.
QPlaceDetailsReply
([parent=None])¶ - param parent
Constructs a details reply with a given
parent
.
-
PySide2.QtLocation.QPlaceDetailsReply.
place
()¶ - Return type
Returns the place that was fetched.
See also
-
PySide2.QtLocation.QPlaceDetailsReply.
setPlace
(place)¶ - Parameters
place –
PySide2.QtLocation.QPlace
Sets the fetched
place
of the reply.See also
© 2020 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.