Searched refs:cLon (Results 1 – 1 of 1) sorted by relevance
648 double cLon = (bottomRight.longitude() + topLeft.longitude()) / 2.0; in center() local651 cLon = cLon - 180.0; in center()653 cLon = QLocationUtils::wrapLong(cLon); in center()654 return QGeoCoordinate(cLat, cLon); in center()