| 14 | static int const INITIAL_LEVEL = 1; |
| 15 | |
| 16 | int GetMinAllowableIn3dScale() |
| 17 | { |
| 18 | return std::min(16, std::min(GetNavigation3dScale(), GetPedestrianNavigation3dScale())); |
| 19 | } |
| 20 | |
| 21 | double GetScaleLevelD(double ratio) |
| 22 | { |
no test coverage detected