| 1026 | } |
| 1027 | |
| 1028 | void Framework::SetViewportCenter(m2::PointD const & pt, int zoomLevel /* = -1 */, bool isAnim /* = true */, |
| 1029 | bool trackVisibleViewport /* = false */) |
| 1030 | { |
| 1031 | if (m_drapeEngine != nullptr) |
| 1032 | m_drapeEngine->SetModelViewCenter(pt, zoomLevel, isAnim, trackVisibleViewport); |
| 1033 | } |
| 1034 | |
| 1035 | m2::RectD Framework::GetCurrentViewport() const |
| 1036 | { |
no test coverage detected