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

Method GetLimitRect

libs/map/track.cpp:102–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102m2::RectD Track::GetLimitRect() const
103{
104 if (m_interactionData)
105 return m_interactionData->m_limitRect;
106 return GetLimitRectImpl();
107}
108
109double Track::GetLengthMeters() const
110{

Callers 12

FindCenterFunction · 0.45
OnBuildRouteReadyMethod · 0.45
GetCategoryRectMethod · 0.45
ShowTrackMethod · 0.45
FindBuildingAtPointMethod · 0.45
BuildPlacePageInfoMethod · 0.45
operator()Method · 0.45
CacheRouteMethod · 0.45
CacheMarkersMethod · 0.45
BuildArrowsMethod · 0.45
StylistMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected