| 1008 | } |
| 1009 | |
| 1010 | void Framework::ShowAll() |
| 1011 | { |
| 1012 | if (m_drapeEngine == nullptr) |
| 1013 | return; |
| 1014 | m_drapeEngine->SetModelViewAnyRect(m2::AnyRectD(m_featuresFetcher.GetWorldRect()), false /* isAnim */, |
| 1015 | false /* useVisibleViewport */); |
| 1016 | } |
| 1017 | |
| 1018 | m2::PointD Framework::GetVisiblePixelCenter() const |
| 1019 | { |
nothing calls this directly
no test coverage detected