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