Home
last modified time | relevance | path

Searched refs:searchCenter (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapbox/
H A Dqplacesearchreplymapbox.cpp181 const QGeoCoordinate searchCenter = request().searchArea().center(); in onReplyFinished() local
202 … placeResult.setDistance(searchCenter.distanceTo(placeResult.place().location().coordinate())); in onReplyFinished()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/
H A Dqplacesearchreplyosm.cpp114 QGeoCoordinate searchCenter = request().searchArea().center(); in replyFinished() local
122 pr.setDistance(searchCenter.distanceTo(pr.place().location().coordinate())); in replyFinished()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/places/items/
H A DMainMenu.qml92 item.triggered.connect(function(){selectSetting("searchCenter")})
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/places/
H A Dplaces.qml140 case "searchCenter":