Home
last modified time | relevance | path

Searched refs:boundingBoxToLtrb (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/
H A Dgeocodingmanagerengine_esri.cpp74 static QString boundingBoxToLtrb(const QGeoRectangle &rect) in boundingBoxToLtrb() function
122 …query.addQueryItem(QStringLiteral("searchExtent"), boundingBoxToLtrb(bounds.boundingGeoRectangle()… in geocode()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/
H A Dqgeocodingmanagerengineosm.cpp66 static QString boundingBoxToLtrb(const QGeoRectangle &rect) in boundingBoxToLtrb() function
121 … query.addQueryItem(QStringLiteral("viewbox"), boundingBoxToLtrb(bounds.boundingGeoRectangle())); in geocode()