| 412 | } |
| 413 | |
| 414 | Framework::~Framework() |
| 415 | { |
| 416 | GetPowerManager().UnsubscribeAll(); |
| 417 | |
| 418 | m_threadRunner.reset(); |
| 419 | |
| 420 | osm::Editor & editor = osm::Editor::Instance(); |
| 421 | |
| 422 | editor.SetDelegate({}); |
| 423 | editor.SetInvalidateFn({}); |
| 424 | |
| 425 | GetBookmarkManager().Teardown(); |
| 426 | m_trafficManager.Teardown(); |
| 427 | DestroyDrapeEngine(); |
| 428 | m_featuresFetcher.SetOnMapDeregisteredCallback(nullptr); |
| 429 | } |
| 430 | |
| 431 | void Framework::ShowNode(storage::CountryId const & countryId) |
| 432 | { |
nothing calls this directly
no test coverage detected