| 297 | } |
| 298 | |
| 299 | UserMark const * GetMark(Framework & fm, m2::PointD const & pt) |
| 300 | { |
| 301 | m2::AnyRectD rect; |
| 302 | fm.GetTouchRect(fm.GtoP(pt), 20, rect); |
| 303 | |
| 304 | return fm.GetBookmarkManager().FindNearestUserMark(rect); |
| 305 | } |
| 306 | |
| 307 | Bookmark const * GetBookmark(Framework & fm, m2::PointD const & pt) |
| 308 | { |
no test coverage detected