| 128 | } |
| 129 | |
| 130 | double GetDistanceMeters(m2::PointD const & p1, m2::PointD const & p2) |
| 131 | { |
| 132 | return mercator::DistanceOnEarth(p1, p2); |
| 133 | } |
| 134 | |
| 135 | pair<double, double> GetConnectionAngleAndDistance(bool & isBeg, Street const * s1, Street const * s2) |
| 136 | { |
no test coverage detected