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

Method GetRect

libs/search/locality_finder.cpp:217–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215}
216
217m2::RectD LocalityFinder::Holder::GetRect(m2::PointD const & p) const
218{
219 return mercator::RectByCenterXYAndSizeInMeters(p, m_radiusMeters);
220}
221
222m2::RectD LocalityFinder::Holder::GetDRect(m2::PointD const & p) const
223{

Callers 15

InitMethod · 0.45
RegionTraitsClass · 0.45
AddMethod · 0.45
GetLimitRectFunction · 0.45
DoDifferenceMethod · 0.45
operator()Method · 0.45
operator()Method · 0.45
GetBordersRectFunction · 0.45
LoadCountriesListFunction · 0.45

Calls 1

Tested by

no test coverage detected