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

Method ClearViewportSearchResults

libs/map/framework.cpp:3205–3209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3203}
3204
3205void Framework::ClearViewportSearchResults()
3206{
3207 m_searchMarks.ClearTrackedProperties();
3208 GetBookmarkManager().GetEditSession().ClearGroup(UserMark::Type::SEARCH);
3209}
3210
3211std::optional<m2::PointD> Framework::GetCurrentPosition() const
3212{

Callers 1

CancelSearchMethod · 0.45

Calls 3

ClearGroupMethod · 0.80
GetEditSessionMethod · 0.80

Tested by

no test coverage detected