QPlaceImage Class

The QPlaceImage class represents a reference to an image. More...

Header: #include <QPlaceImage>
qmake: QT += location
Since: Qt 5.6
Inherits: QPlaceContent

This class was introduced in Qt 5.6.

Detailed Description

Each QPlaceImage represents a set of metadata about an image such as it's url, identifier and MIME type. These are properties in addition to those provided by QPlaceContent.

Note: The Places API only supports images as 'retrieve-only' objects. Submitting images to a provider is not a supported use case.

See also QPlaceContent.