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

Method GetCountryName

libs/map/framework.cpp:1294–1299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1292}
1293
1294string Framework::GetCountryName(m2::PointD const & pt) const
1295{
1296 storage::CountryInfo info;
1297 m_infoGetter->GetRegionInfo(pt, info);
1298 return info.m_name;
1299}
1300
1301/*
1302Framework::DoAfterUpdate Framework::ToDoAfterUpdate() const

Callers 15

mainFunction · 0.45
FeatureIdToXMLFunction · 0.45
WriteAsMappingForSparkFunction · 0.45
ForEachMWMFunction · 0.45
CheckCoverageFunction · 0.45
CheckDistanceFunction · 0.45
RegisterLocalMapsImplMethod · 0.45
FinishMethod · 0.45
CreateFeatureIdFunction · 0.45
DebugPrintFunction · 0.45
RegisterImplMethod · 0.45
DeregisterImplMethod · 0.45

Calls 1

GetRegionInfoMethod · 0.80

Tested by 8

RegisterLocalMapsImplMethod · 0.36
FinishMethod · 0.36
GetMwmsInfoFunction · 0.36
CreateInfoMethod · 0.36
GenerateUploadedFeatureFunction · 0.36
UNIT_TESTFunction · 0.36
GetAllLocalFilesFunction · 0.36
CreateAllMapsComponentsFunction · 0.36