Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeorectangle.cpp648 double cLon = (bottomRight.longitude() + topLeft.longitude()) / 2.0; in center() local
651 cLon = cLon - 180.0; in center()
653 cLon = QLocationUtils::wrapLong(cLon); in center()
654 return QGeoCoordinate(cLat, cLon); in center()