mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-25 23:33:53 +00:00
[tracks] Safe GpsTrackCollection requests during recording.
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
This commit is contained in:
committed by
Konstantin Pastbin
parent
fb62982000
commit
b7b87f5530
@@ -68,12 +68,12 @@ bool GpsTracker::IsEmpty() const
|
||||
return m_track.IsEmpty();
|
||||
}
|
||||
|
||||
TrackStatistics GpsTracker::GetTrackStatistics() const
|
||||
TrackStatistics GpsTracker::GetTrackStatistics()
|
||||
{
|
||||
return m_track.GetTrackStatistics();
|
||||
}
|
||||
|
||||
ElevationInfo const & GpsTracker::GetElevationInfo() const
|
||||
ElevationInfo const & GpsTracker::GetElevationInfo()
|
||||
{
|
||||
return m_track.GetElevationInfo();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user