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

Method GetCountryName

libs/search/reverse_geocoder.cpp:385–390  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

383}
384
385string ReverseGeocoder::RegionAddress::GetCountryName() const
386{
387 if (m_featureId.IsValid() && m_featureId.m_mwmId.GetInfo()->GetType() != MwmInfo::WORLD)
388 return m_featureId.m_mwmId.GetInfo()->GetCountryName();
389 return m_countryId;
390}
391
392bool ReverseGeocoder::RegionAddress::operator==(RegionAddress const & rhs) const
393{

Callers 13

OrderCountriesMethod · 0.45
MwmContextClass · 0.45
ReadVersionFromHeaderFunction · 0.45
InitDataSourceFunction · 0.45
OnMwmBuiltMethod · 0.45
OnDiffStatusReceivedMethod · 0.45
StorageClass · 0.45
UpdateFunction · 0.45
UNIT_CLASS_TESTFunction · 0.45
UpdateFunction · 0.45

Calls 3

IsValidMethod · 0.45
GetTypeMethod · 0.45
GetInfoMethod · 0.45

Tested by 4

UpdateFunction · 0.36
UNIT_CLASS_TESTFunction · 0.36
UpdateFunction · 0.36
TestDownloadDeleteFunction · 0.36