MCPcopy 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
39int ClipTileZoomByMaxDataZoom(int zoom)
40{
41 return std::min(zoom, scales::GetUpperScale());
42}
43
44TileKey GetTileKeyByPoint(m2::PointD const & pt, int zoom)
45{

Callers 8

RenderMethod · 0.85
GetGlobalRectMethod · 0.85
RenderAccuracyMethod · 0.85
RenderMyPositionMethod · 0.85
GetZoomLevelMethod · 0.85
InvalidateRectMethod · 0.85
ResolveTileKeysMethod · 0.85

Calls 1

GetUpperScaleFunction · 0.85

Tested by

no test coverage detected