| 664 | FeatureID GetFeatureAtPoint(m2::PointD const & mercator, FeatureMatcher && matcher = nullptr) const; |
| 665 | template <typename TFn> |
| 666 | void ForEachFeatureAtPoint(TFn && fn, m2::PointD const & mercator) const |
| 667 | { |
| 668 | indexer::ForEachFeatureAtPoint(m_featuresFetcher.GetDataSource(), fn, mercator, 0.0); |
| 669 | } |
| 670 | |
| 671 | osm::MapObject GetMapObjectByID(FeatureID const & fid) const; |
| 672 |