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

Method ForEachStreet

libs/routing/data_source.hpp:101–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99
100 template <class FnT>
101 void ForEachStreet(FnT && fn, m2::RectD const & rect)
102 {
103 m_dataSource.ForEachInRect(fn, rect, scales::GetUpperScale());
104 }
105
106 MwmSet::MwmHandle const & GetHandle(MwmSet::MwmId const & mwmId)
107 {

Callers 4

FindClosestEdgesMethod · 0.80
FindRoadsMethod · 0.80
GetJunctionTypesMethod · 0.80

Calls 2

GetUpperScaleFunction · 0.85
ForEachInRectMethod · 0.45

Tested by

no test coverage detected