| 253 | } |
| 254 | |
| 255 | void DataSource::ForEachInRect(FeatureCallback const & f, m2::RectD const & rect, int scale) const |
| 256 | { |
| 257 | ReadMWMFunctor readFunctor(*m_factory, f); |
| 258 | ForEachInIntervals(readFunctor, covering::ViewportWithLowLevels, rect, scale); |
| 259 | } |
| 260 | |
| 261 | void DataSource::ForClosestToPoint(FeatureCallback const & f, StopSearchCallback const & stop, |
| 262 | m2::PointD const & center, double sizeM, int scale) const |
no outgoing calls