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