QPlaceDetailsReply¶

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

Inheritance diagram of PySide2.QtLocation.QPlaceDetailsReply

Synopsis¶

Functions¶

Detailed Description¶

See Fetching Place Details for an example on how to use a details reply.

See also

QPlaceManager

class PySide2.QtLocation.QPlaceDetailsReply([parent=None])¶
param parent:

PySide2.QtCore.QObject

Constructs a details reply with a given parent .

PySide2.QtLocation.QPlaceDetailsReply.place()¶
Return type:

PySide2.QtLocation.QPlace

Returns the place that was fetched.

See also

setPlace()

PySide2.QtLocation.QPlaceDetailsReply.setPlace(place)¶
Parameters:

place – PySide2.QtLocation.QPlace

Sets the fetched place of the reply.

See also

place()