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 QPlaceDetailsReply([parent=None])
param parent

QObject

Constructs a details reply with a given parent .

PySide2.QtLocation.QPlaceDetailsReply.place()
Return type

QPlace

Returns the place that was fetched.

See also

setPlace()

PySide2.QtLocation.QPlaceDetailsReply.setPlace(place)
Parameters

placeQPlace

Sets the fetched place of the reply.

See also

place()