MCPcopy Create free account
hub / github.com/comaps/comaps / GetEpsilonForHousenumbers

Function GetEpsilonForHousenumbers

libs/indexer/scales.cpp:72–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72double GetEpsilonForHousenumbers(int level)
73{
74 // Leads to housenumbers either not fitting into buildings on zl16.
75 ASSERT_LESS(level, GetPointHousenumbersScale(), ());
76 return GetEpsilonImpl(level, 30);
77}
78
79bool IsGoodForLevel(int level, m2::RectD const & r)
80{

Callers 1

StylistMethod · 0.85

Calls 2

GetEpsilonImplFunction · 0.85

Tested by

no test coverage detected