Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ ClipTileZoomByMaxDataZoom
Function
ClipTileZoomByMaxDataZoom
libs/drape_frontend/tile_utils.cpp:39–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
}
38
39
int ClipTileZoomByMaxDataZoom(int zoom)
40
{
41
return std::min(zoom, scales::GetUpperScale());
42
}
43
44
TileKey GetTileKeyByPoint(m2::PointD const & pt, int zoom)
45
{
Callers
8
Render
Method · 0.85
GetGlobalRect
Method · 0.85
RenderAccuracy
Method · 0.85
RenderMyPosition
Method · 0.85
GetZoomLevel
Method · 0.85
InvalidateRect
Method · 0.85
ResolveTileKeys
Method · 0.85
GenerateUserMarksGeometry
Method · 0.85
Calls
1
GetUpperScale
Function · 0.85
Tested by
no test coverage detected