| 383 | } |
| 384 | |
| 385 | string 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 | |
| 392 | bool ReverseGeocoder::RegionAddress::operator==(RegionAddress const & rhs) const |
| 393 | { |