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

Method SetFromRect

libs/drape_frontend/navigator.cpp:47–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47void Navigator::SetFromRect(m2::AnyRectD const & r)
48{
49 VisualParams const & p = VisualParams::Instance();
50 SetFromRect(r, p.GetTileSize(), p.GetVisualScale());
51}
52
53void Navigator::SetFromRect(m2::AnyRectD const & r, uint32_t tileSize, double visualScale)
54{

Callers 4

RuleDrawerMethod · 0.45
GetZoomLevelFunction · 0.45
SetFromScreenMethod · 0.45
UNIT_TESTFunction · 0.45

Calls 2

GetTileSizeMethod · 0.80
GetVisualScaleMethod · 0.80

Tested by 1

UNIT_TESTFunction · 0.36