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

Method GetTrackStatistics

libs/map/gps_track.cpp:86–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86TrackStatistics GpsTrack::GetTrackStatistics() const
87{
88 return m_collection ? m_collection->GetTrackStatistics() : TrackStatistics();
89}
90
91ElevationInfo const & GpsTrack::GetElevationInfo() const
92{

Callers 2

NotifyCallbackMethod · 0.45

Calls 1

TrackStatisticsClass · 0.70

Tested by

no test coverage detected