mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-08 05:17:56 +00:00
Revert "[tracks] Safe GpsTrackCollection requests during recording."
This reverts commit b7b87f5530.
This commit is contained in:
@@ -31,8 +31,8 @@ public:
|
||||
void AddPoints(std::vector<location::GpsInfo> const & points);
|
||||
|
||||
/// Returns track statistics
|
||||
TrackStatistics GetTrackStatistics();
|
||||
ElevationInfo const & GetElevationInfo();
|
||||
TrackStatistics GetTrackStatistics() const;
|
||||
ElevationInfo const & GetElevationInfo() const;
|
||||
|
||||
/// Clears any previous tracking info
|
||||
/// @note Callback is called with 'toRemove' points, if some points were removed.
|
||||
|
||||
Reference in New Issue
Block a user