Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/
H A Dqplacesearchreplyosm.cpp85 static QGeoRectangle parseBoundingBox(const QJsonArray &coordinates) in parseBoundingBox() function
223 location.setBoundingBox(parseBoundingBox(item.value(QStringLiteral("boundingbox")).toArray())); in parsePlaceResult()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqgeoroutexmlparser.h123 bool parseBoundingBox(QGeoRectangle &bounds);
H A Dqgeoroutexmlparser.cpp168 if (!parseBoundingBox(bounds)) in parseRoute()
584 bool QGeoRouteXmlParser::parseBoundingBox(QGeoRectangle &bounds) in parseBoundingBox() function in QGeoRouteXmlParser