MCPcopy Create free account
hub / github.com/comaps/comaps / ShowAll

Method ShowAll

libs/map/framework.cpp:1010–1016  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1008}
1009
1010void 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
1018m2::PointD Framework::GetVisiblePixelCenter() const
1019{

Callers

nothing calls this directly

Calls 2

SetModelViewAnyRectMethod · 0.80
GetWorldRectMethod · 0.80

Tested by

no test coverage detected