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

Method RegisterCountryFilesOnRoute

libs/map/framework.cpp:3295–3298  ·  view source on GitHub ↗

RoutingManager::Delegate

Source from the content-addressed store, hash-verified

3293
3294// RoutingManager::Delegate
3295void Framework::RegisterCountryFilesOnRoute(shared_ptr<routing::NumMwmIds> ptr) const
3296{
3297 m_storage.ForEachCountry([&ptr](storage::Country const & country) { ptr->RegisterFile(country.GetFile()); });
3298}
3299
3300void Framework::SetPlacePageLocation(place_page::Info & info)
3301{

Callers 2

SetRouterImplMethod · 0.80
InsertRouteMethod · 0.80

Calls 3

RegisterFileMethod · 0.80
GetFileMethod · 0.80
ForEachCountryMethod · 0.45

Tested by

no test coverage detected