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

Method ResetBlockAutoZoomTimer

libs/drape_frontend/my_position_controller.cpp:327–335  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

325}
326
327void MyPositionController::ResetBlockAutoZoomTimer()
328{
329 if (m_isInRouting && m_enableAutoZoomInRouting)
330 {
331 m_needBlockAutoZoom = true;
332 m_blockAutoZoomTimer.Reset();
333 ResetNotification(m_blockAutoZoomNotifyId);
334 }
335}
336
337void MyPositionController::CorrectScalePoint(m2::PointD & pt) const
338{

Callers 2

AcceptMessageMethod · 0.80
OnAnimatedScaleEndedMethod · 0.80

Calls 2

ResetNotificationFunction · 0.85
ResetMethod · 0.45

Tested by

no test coverage detected