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

Method SetModelViewAnyRect

libs/drape_frontend/drape_engine.cpp:232–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230}
231
232void DrapeEngine::SetModelViewAnyRect(m2::AnyRectD const & rect, bool isAnim, bool useVisibleViewport)
233{
234 PostUserEvent(make_unique_dp<SetAnyRectEvent>(rect, isAnim, true /* fitInViewport */, useVisibleViewport));
235}
236
237void DrapeEngine::ClearUserMarksGroup(kml::MarkGroupId groupId)
238{

Callers 3

LoadViewportMethod · 0.80
ShowAllMethod · 0.80
ShowRectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected