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

Method ConnectToGpsTracker

libs/map/framework.cpp:1681–1689  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1679}
1680
1681void Framework::ConnectToGpsTracker()
1682{
1683 m_connectToGpsTrack = true;
1684 if (m_drapeEngine)
1685 {
1686 m_drapeEngine->ClearGpsTrackPoints();
1687 GpsTracker::Instance().Connect(bind(&Framework::OnUpdateGpsTrackPointsCallback, this, _1, _2, _3));
1688 }
1689}
1690
1691void Framework::DisconnectFromGpsTracker()
1692{

Calls 2

ClearGpsTrackPointsMethod · 0.80
ConnectMethod · 0.80

Tested by

no test coverage detected