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

Method GetFormattedLength

libs/map/track_statistics.cpp:119–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119std::string TrackStatistics::GetFormattedLength() const
120{
121 return platform::Distance::CreateFormatted(m_length).ToString();
122}
123
124std::string TrackStatistics::GetFormattedDuration() const
125{

Callers

nothing calls this directly

Calls 1

ToStringMethod · 0.45

Tested by

no test coverage detected