| 1055 | } |
| 1056 | |
| 1057 | void Framework::ShowRect(m2::RectD const & rect, int maxScale, bool animation, bool useVisibleViewport) |
| 1058 | { |
| 1059 | if (m_drapeEngine == nullptr) |
| 1060 | return; |
| 1061 | |
| 1062 | m_drapeEngine->SetModelViewRect(rect, true /* applyRotation */, maxScale /* zoom */, animation, useVisibleViewport); |
| 1063 | } |
| 1064 | |
| 1065 | void Framework::ShowRect(m2::AnyRectD const & rect, bool animation, bool useVisibleViewport) |
| 1066 | { |