Home
last modified time | relevance | path

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

/ohos5.0/base/location/services/location_locator/locator/source/
H A Dreport_manager.cpp430 double brg = offsetRandom_ * DIS_FROMLL_PARAMETER * M_PI; // 2PI in ApproximatelyLocation() local
435 double lat = startLat + (dist * sin(brg)) / perlat; in ApproximatelyLocation()
437 if (cos(brg) < 0) { in ApproximatelyLocation()