| 215 | } |
| 216 | |
| 217 | m2::RectD LocalityFinder::Holder::GetRect(m2::PointD const & p) const |
| 218 | { |
| 219 | return mercator::RectByCenterXYAndSizeInMeters(p, m_radiusMeters); |
| 220 | } |
| 221 | |
| 222 | m2::RectD LocalityFinder::Holder::GetDRect(m2::PointD const & p) const |
| 223 | { |
no test coverage detected