Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/
H A Dplacesearchreply_esri.cpp204 QGeoLocation geoLocation; in parsePlaceResult() local
205 geoLocation.setCoordinate(coordinate); in parsePlaceResult()
206 geoLocation.setAddress(geoAddress); in parsePlaceResult()
207 geoLocation.setBoundingBox(boundingBox); in parsePlaceResult()
211 place.setLocation(geoLocation); in parsePlaceResult()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/doc/snippets/cpp/
H A Dcppqml.cpp70 QGeoLocation geoLocation = qmlObject->property("location").value<QGeoLocation>(); in cppQmlInterface() local
74 qmlObject->setProperty("location", QVariant::fromValue(geoLocation)); in cppQmlInterface()