Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ GetCenter
Method
GetCenter
libs/indexer/feature.cpp:335–340 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
333
}
334
335
m2::PointD FeatureType::GetCenter()
336
{
337
ASSERT_EQUAL(GetGeomType(), feature::GeomType::Point, ());
338
ParseCommon();
339
return m_center;
340
}
341
342
int8_t FeatureType::GetLayer()
343
{
Callers
9
ForEachFeatureAtPoint
Function · 0.45
DisplaceableNode
Method · 0.45
GetCenter
Function · 0.45
GetMinDistanceMeters
Function · 0.45
is_intersect
Method · 0.45
ProcessPointStyle
Method · 0.45
ThreadRoutine
Method · 0.45
OnSetCenter
Method · 0.45
GetJunctionTypes
Method · 0.45
Calls
no outgoing calls
Tested by
1
is_intersect
Method · 0.36