MCPcopy Create free account
hub / github.com/comaps/comaps / ForEachFeatureAtPoint

Method ForEachFeatureAtPoint

libs/search/editor_delegate.cpp:41–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41void EditorDelegate::ForEachFeatureAtPoint(osm::Editor::FeatureTypeFn && fn, m2::PointD const & point) const
42{
43 auto constexpr kToleranceMeters = 1e-2;
44 indexer::ForEachFeatureAtPoint(m_dataSource, std::move(fn), point, kToleranceMeters);
45}
46} // namespace search

Callers

nothing calls this directly

Calls 1

ForEachFeatureAtPointFunction · 0.85

Tested by

no test coverage detected