23class QGeoTiledMapReplyPrivate
26 QGeoTiledMapReplyPrivate(
const QGeoTileSpec &spec);
27 QGeoTiledMapReplyPrivate(QGeoTiledMapReply::Error error,
const QString &errorString);
29 QGeoTiledMapReply::Error error = QGeoTiledMapReply::NoError;
31 bool isFinished =
false;
32 bool isCached =
false;
35 QByteArray mapImageData;
36 QString mapImageFormat;