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

Method ShowNode

libs/map/framework.cpp:431–436  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

429}
430
431void Framework::ShowNode(storage::CountryId const & countryId)
432{
433 StopLocationFollow();
434
435 ShowRect(CalcLimitRect(countryId, GetStorage(), GetCountryInfoGetter()));
436}
437
438void Framework::OnCountryFileDownloaded(storage::CountryId const &, storage::LocalFilePtr const localFile)
439{

Callers

nothing calls this directly

Calls 1

CalcLimitRectFunction · 0.85

Tested by

no test coverage detected