Home
last modified time | relevance | path

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

/ohos5.0/base/location/services/location_locator/locator/source/
H A Dreport_manager.cpp433 …double perlat = (DIS_FROMLL_PARAMETER * M_PI * EARTH_RADIUS) / DEGREE_DOUBLE_PI; // the radian val… in ApproximatelyLocation()
438 lon = startLon - (dist * DEGREE_DOUBLE_PI) / (DIS_FROMLL_PARAMETER * M_PI * EARTH_RADIUS); in ApproximatelyLocation()
440 lon = startLon + (dist * DEGREE_DOUBLE_PI) / (DIS_FROMLL_PARAMETER * M_PI * EARTH_RADIUS); in ApproximatelyLocation()
/ohos5.0/base/location/interfaces/inner_api/include/
H A Dcommon_utils.h98 static constexpr double DEGREE_DOUBLE_PI = 360.0; variable