Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
222
m2::RectD LocalityFinder::Holder::GetDRect(m2::PointD const & p) const
223
{
224
return mercator::RectByCenterXYAndSizeInMeters(p, 2 * m_radiusMeters);
225
}
226
227
void LocalityFinder::Holder::Clear()
228
{
Callers
1
LoadVicinity
Method · 0.80
Calls
1
RectByCenterXYAndSizeInMeters
Function · 0.85
Tested by
no test coverage detected