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

Function GetZoomLevel

libs/drape_frontend/my_position_controller.cpp:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45double constexpr kUnknownAutoZoom = -1.0;
46
47inline int GetZoomLevel(ScreenBase const & screen)
48{
49 return static_cast<int>(df::GetZoomLevel(screen.GetScale()));
50}
51
52int GetZoomLevel(ScreenBase const & screen, m2::PointD const & position, double errorRadius)
53{

Callers 2

NextModeMethod · 0.70
OnLocationUpdateMethod · 0.70

Calls 3

GetScaleMethod · 0.45
SetFromRectMethod · 0.45
GetAngleMethod · 0.45

Tested by

no test coverage detected