24class QGeoTiledMapReplyPrivate
27 QGeoTiledMapReplyPrivate(
const QGeoTileSpec &spec);
28 QGeoTiledMapReplyPrivate(QGeoTiledMapReply::Error error,
const QString &errorString);
30 QGeoTiledMapReply::Error error = QGeoTiledMapReply::NoError;
32 bool isFinished =
false;
33 bool isCached =
false;
36 QByteArray mapImageData;
37 QString mapImageFormat;