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

Method GetLimitRectImpl

libs/map/track.cpp:54–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54m2::RectD Track::GetLimitRectImpl() const
55{
56 m2::RectD limitRect;
57 for (auto const & line : m_data.m_geometry.m_lines)
58 for (auto const & pt : line)
59 limitRect.Add(pt.GetPoint());
60 return limitRect;
61}
62
63bool Track::HasAltitudes() const
64{

Callers

nothing calls this directly

Calls 2

AddMethod · 0.45
GetPointMethod · 0.45

Tested by

no test coverage detected