Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeocircle.cpp312 double lat_delta_in_deg = QLocationUtils::degrees(r_in_rad); in updateBoundingBox() local
319 topLeft.setLatitude(QLocationUtils::clipLat(m_center.latitude() + lat_delta_in_deg)); in updateBoundingBox()
322 bottomRight.setLatitude(QLocationUtils::clipLat(m_center.latitude() - lat_delta_in_deg)); in updateBoundingBox()