MCPcopy 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
125uint32_t VisualParams::GetTileSize() const
126{
127 ASSERT_INITED;
128 return m_tileSize;
129}
130
131uint32_t VisualParams::GetTouchRectRadius() const
132{

Callers 12

CheckMaxScaleFunction · 0.80
RuleDrawerMethod · 0.80
GetTileScaleBaseFunction · 0.80
GetTileScaleIncrementFunction · 0.80
GetRectForDrawScaleFunction · 0.80
GetDrawTileScaleFunction · 0.80
GetScreenScaleFunction · 0.80
GetZoomLevelFunction · 0.80
SetFromScreenMethod · 0.80
SetFromRectMethod · 0.80
CheckMinGlobalRectFunction · 0.80
CheckMinMaxVisibleScaleFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected