Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ GetSurfaceSize
Method
GetSurfaceSize
libs/drape_frontend/gui/drape_gui.cpp:50–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
}
49
50
m2::PointF DrapeGui::GetSurfaceSize() const
51
{
52
std::lock_guard<std::mutex> lock(m_surfaceSizeMutex);
53
return m_surfaceSize;
54
}
55
56
RulerHelper & DrapeGui::GetRulerHelperImpl()
57
{
Callers
1
RecacheChoosePositionMark
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected