Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ GetTileSize
Method
GetTileSize
libs/drape_frontend/visual_params.cpp:125–129 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
123
}
124
125
uint32_t VisualParams::GetTileSize() const
126
{
127
ASSERT_INITED;
128
return m_tileSize;
129
}
130
131
uint32_t VisualParams::GetTouchRectRadius() const
132
{
Callers
12
CheckMaxScale
Function · 0.80
RuleDrawer
Method · 0.80
GetTileScaleBase
Function · 0.80
GetTileScaleIncrement
Function · 0.80
GetRectForDrawScale
Function · 0.80
GetDrawTileScale
Function · 0.80
GetScreenScale
Function · 0.80
GetZoomLevel
Function · 0.80
SetFromScreen
Method · 0.80
SetFromRect
Method · 0.80
CheckMinGlobalRect
Function · 0.80
CheckMinMaxVisibleScale
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected