| 318 | } |
| 319 | |
| 320 | bool IsValidBookmark(Framework & fm, m2::PointD const & pt) |
| 321 | { |
| 322 | auto const * mark = GetMark(fm, pt); |
| 323 | return (mark != nullptr) && (mark->GetMarkType() == UserMark::BOOKMARK); |
| 324 | } |
| 325 | } // namespace |
| 326 | |
| 327 | UNIT_TEST(Bookmarks_Timestamp) |
no test coverage detected