40 QGeoTiledMapReply(
const QGeoTileSpec &spec, QObject *parent =
nullptr);
41 QGeoTiledMapReply(Error error,
const QString &errorString, QObject *parent =
nullptr);
42 virtual ~QGeoTiledMapReply();
44 bool isFinished()
const;
46 QString errorString()
const;
48 bool isCached()
const;
50 QGeoTileSpec tileSpec()
const;
52 QByteArray mapImageData()
const;
53 QString mapImageFormat()
const;
60 void errorOccurred(QGeoTiledMapReply::Error error,
const QString &errorString = QString());
63 void setError(Error error,
const QString &errorString);
64 void setFinished(
bool finished);
66 void setCached(
bool cached);
68 void setMapImageData(
const QByteArray &data);
69 void setMapImageFormat(
const QString &format);
72 QGeoTiledMapReplyPrivate *d_ptr;
73 Q_DISABLE_COPY(QGeoTiledMapReply)