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

Method Scale

android/sdk/src/main/cpp/app/organicmaps/sdk/Framework.cpp:497–500  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

495}
496
497void Framework::Scale(double factor, m2::PointD const & pxPoint, bool isAnim)
498{
499 m_work.Scale(factor, pxPoint, isAnim);
500}
501
502void Framework::Scroll(double distanceX, double distanceY)
503{

Calls 2

GetDrapeEngineMethod · 0.80
SetModelViewCenterMethod · 0.80

Tested by

no test coverage detected