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

Method ScaleEnded

libs/drape_frontend/my_position_controller.cpp:287–298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

285}
286
287void MyPositionController::ScaleEnded()
288{
289 m_needBlockAnimation = false;
290 ResetBlockAutoZoomTimer();
291 if (m_wasRotationInScaling)
292 {
293 m_wasRotationInScaling = false;
294 StopLocationFollow();
295 }
296
297 UpdateViewport(kDoNotChangeZoom);
298}
299
300void MyPositionController::Rotated()
301{

Callers 1

OnScaleEndedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected