QPlaceDetailsReply Class▲
-
Header: QPlaceDetailsReply
-
qmake: QT += location
-
Inherits: QPlaceReply
-
Inherited By:
-
Group: QPlaceDetailsReply is part of QtLocation-places, QtLocation-places-replies
Detailed Description▲
See Fetching Place Details for an example on how to use a details reply.
See Also▲
See also QPlaceManager
Member Function Documentation▲
[explicit] QPlaceDetailsReply::QPlaceDetailsReply(QObject *parent = nullptr)▲
Constructs a details reply with a given parent.
[virtual] QPlaceDetailsReply::~QPlaceDetailsReply()▲
Destroys the details reply.
QPlace QPlaceDetailsReply::place() const▲
[protected] void QPlaceDetailsReply::setPlace(const QPlace &place)▲
[override virtual] QPlaceReply::Type QPlaceDetailsReply::type() const▲
Reimplements: QPlaceReply::type() const.
Returns the type of reply.