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

Method ReadFeaturesID

libs/drape_frontend/map_data_provider.cpp:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23void MapDataProvider::ReadFeaturesID(TReadCallback<FeatureID const> const & fn, m2::RectD const & r, int scale) const
24{
25 m_idsReader(fn, r, scale);
26}
27
28void MapDataProvider::ReadFeatures(TReadCallback<FeatureType> const & fn, std::vector<FeatureID> const & ids) const
29{

Callers 1

ReadFeatureIndexMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected