Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ ForEachTrackPoint
Method
ForEachTrackPoint
libs/map/gps_tracker.cpp:111–115 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
109
}
110
111
void GpsTracker::ForEachTrackPoint(GpsTrackCallback const & callback) const
112
{
113
CHECK(callback != nullptr, (
"Callback should be provided"
));
114
m_track.ForEachPoint(callback);
115
}
Callers
1
SaveTrackRecording
Method · 0.80
Calls
1
ForEachPoint
Method · 0.45
Tested by
no test coverage detected