| 520 | } |
| 521 | |
| 522 | m2::PointD SearchMarks::GetMaxDimension(ScreenBase const & modelView) const |
| 523 | { |
| 524 | return m_maxDimension * modelView.GetScale(); |
| 525 | } |
| 526 | |
| 527 | // static |
| 528 | std::optional<m2::PointD> SearchMarks::GetSize(std::string const & symbolName) |
no test coverage detected