39 QGeoTiledMapReply(
const QGeoTileSpec &spec, QObject *parent =
nullptr);
40 QGeoTiledMapReply(Error error,
const QString &errorString, QObject *parent =
nullptr);
41 virtual ~QGeoTiledMapReply();
43 bool isFinished()
const;
45 QString errorString()
const;
47 bool isCached()
const;
49 QGeoTileSpec tileSpec()
const;
51 QByteArray mapImageData()
const;
52 QString mapImageFormat()
const;
59 void errorOccurred(QGeoTiledMapReply::Error error,
const QString &errorString = QString());
62 void setError(Error error,
const QString &errorString);
63 void setFinished(
bool finished);
65 void setCached(
bool cached);
67 void setMapImageData(
const QByteArray &data);
68 void setMapImageFormat(
const QString &format);
71 QGeoTiledMapReplyPrivate *d_ptr;
72 Q_DISABLE_COPY(QGeoTiledMapReply)