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

Method GetDRect

libs/search/locality_finder.cpp:222–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220}
221
222m2::RectD LocalityFinder::Holder::GetDRect(m2::PointD const & p) const
223{
224 return mercator::RectByCenterXYAndSizeInMeters(p, 2 * m_radiusMeters);
225}
226
227void LocalityFinder::Holder::Clear()
228{

Callers 1

LoadVicinityMethod · 0.80

Calls 1

Tested by

no test coverage detected