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

Method RetrieveGeometryFeatures

libs/search/retrieval.cpp:412–415  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

410}
411
412Retrieval::Features Retrieval::RetrieveGeometryFeatures(m2::RectD const & rect, int scale) const
413{
414 return RetrieveGeometryFeaturesImpl(m_context, m_cancellable, rect, scale).m_features;
415}
416
417template <template <typename> class R, typename... Args>
418Retrieval::ExtendedFeatures Retrieval::Retrieve(Args &&... args) const

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected