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

Method ResetRoutingNotFollowTimer

libs/drape_frontend/my_position_controller.cpp:317–325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

315}
316
317void MyPositionController::ResetRoutingNotFollowTimer(bool blockTimer)
318{
319 if (m_isInRouting)
320 {
321 m_routingNotFollowTimer.Reset();
322 m_blockRoutingNotFollowTimer = blockTimer;
323 ResetNotification(m_routingNotFollowNotifyId);
324 }
325}
326
327void MyPositionController::ResetBlockAutoZoomTimer()
328{

Callers 2

AcceptMessageMethod · 0.80
OnTouchMapActionMethod · 0.80

Calls 2

ResetNotificationFunction · 0.85
ResetMethod · 0.45

Tested by

no test coverage detected