Searched refs:lat_delta_in_deg (Results 1 – 1 of 1) sorted by relevance
312 double lat_delta_in_deg = QLocationUtils::degrees(r_in_rad); in updateBoundingBox() local319 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()