Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeocodemodel.cpp178 reply_ = geocodingManager->reverseGeocode(coordinate_, boundingArea_); in update()
188 reply_ = geocodingManager->geocode(address_->address(), boundingArea_); in update()
198 reply_ = geocodingManager->geocode(searchString_, limit_, offset_, boundingArea_); in update()
356 if (boundingArea_ == s) in setBounds()
359 boundingArea_ = s; in setBounds()
375 if (boundingArea_.type() == QGeoShape::RectangleType) in bounds()
376 return QVariant::fromValue(QGeoRectangle(boundingArea_)); in bounds()
377 else if (boundingArea_.type() == QGeoShape::CircleType) in bounds()
378 return QVariant::fromValue(QGeoCircle(boundingArea_)); in bounds()
379 else if (boundingArea_.type() == QGeoShape::PolygonType) in bounds()
[all …]
H A Dqdeclarativegeocodemodel_p.h189 QGeoShape boundingArea_; variable