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