Searched refs:lon_delta_in_deg (Results 1 – 1 of 1) sorted by relevance
313 double lon_delta_in_deg = QLocationUtils::degrees(std::asin( in updateBoundingBox() local320 topLeft.setLongitude(QLocationUtils::wrapLong(m_center.longitude() - lon_delta_in_deg)); in updateBoundingBox()323 bottomRight.setLongitude(QLocationUtils::wrapLong(m_center.longitude() + lon_delta_in_deg)); in updateBoundingBox()