Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ GetScaleLevel
Function
GetScaleLevel
libs/indexer/scales.cpp:37–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
}
36
37
int GetScaleLevel(double ratio)
38
{
39
return math::iround(GetScaleLevelD(ratio));
40
}
41
42
int GetScaleLevel(m2::RectD const & r)
43
{
Callers
4
ShowTrack
Method · 0.85
RunBenchmark
Function · 0.85
RunTest
Function · 0.85
operator()
Method · 0.85
Calls
2
GetScaleLevelD
Function · 0.85
iround
Function · 0.50
Tested by
2
RunTest
Function · 0.68
operator()
Method · 0.68