MCPcopy Create free account
hub / github.com/comaps/comaps / GetDistanceMeters

Function GetDistanceMeters

libs/search/house_detector.cpp:130–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

ProccessHousesFunction · 0.70
LoadStreetsMethod · 0.70

Calls 1

DistanceOnEarthFunction · 0.50

Tested by

no test coverage detected