QPlaceReview Class
The QPlaceReview class represents a review of a place. More...
| Header: | #include <QPlaceReview> |
| qmake: | QT += location |
| Since: | Qt 5.6 |
| Inherits: | QPlaceContent |
This class was introduced in Qt 5.6.
Detailed Description
Each QPlaceReview has a number of properties such as a title, text, date of submission and rating; in addition to those properties inherited from QPlaceContent.
Note: The Places API only supports reviews as 'retrieve-only' objects. Submitting reviews to a provider is not a supported use case.
See also QPlaceContent and QPlaceEditorial.