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

Function GetMinDrawableScale

libs/indexer/feature_visibility.cpp:303–306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

301}
302
303int GetMinDrawableScale(FeatureType & ft)
304{
305 return GetMinDrawableScale(TypesHolder(ft), ft.GetLimitRectChecked());
306}
307
308int GetMinDrawableScale(TypesHolder const & types, m2::RectD const & limitRect)
309{

Callers 2

IsGoodScaleMethod · 0.85
CalculateMidPointsMethod · 0.85

Calls 3

GetUpperStyleScaleFunction · 0.85
IsDrawableForIndexFunction · 0.85
TypesHolderClass · 0.70

Tested by

no test coverage detected