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

Method OnLocationUpdated

libs/map/gps_tracker.cpp:104–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104void GpsTracker::OnLocationUpdated(location::GpsInfo const & info)
105{
106 if (!m_enabled)
107 return;
108 m_track.AddPoint(info);
109}
110
111void GpsTracker::ForEachTrackPoint(GpsTrackCallback const & callback) const
112{

Callers

nothing calls this directly

Calls 1

AddPointMethod · 0.45

Tested by

no test coverage detected