Home
last modified time | relevance | path

Searched refs:imageFormat (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/
H A Dqgeomapreplyosm.cpp46 const QString &imageFormat, in QGeoMapReplyOsm() argument
59 setMapImageFormat(imageFormat); in QGeoMapReplyOsm()
H A Dqgeotileproviderosm.cpp454 const QJsonValue imageFormat = json.value(QLatin1String("ImageFormat")); in onNetworkReplyFinished() local
458 || imageFormat == QJsonValue::Undefined in onNetworkReplyFinished()
462 || !imageFormat.isString() in onNetworkReplyFinished()
470 m_format = imageFormat.toString(); in onNetworkReplyFinished()
H A Dqgeomapreplyosm.h53 …QGeoMapReplyOsm(QNetworkReply *reply, const QGeoTileSpec &spec, const QString &imageFormat, QObjec…