MCPcopy 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
50m2::PointF DrapeGui::GetSurfaceSize() const
51{
52 std::lock_guard<std::mutex> lock(m_surfaceSizeMutex);
53 return m_surfaceSize;
54}
55
56RulerHelper & DrapeGui::GetRulerHelperImpl()
57{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected