| 378 | } |
| 379 | |
| 380 | bool ReverseGeocoder::RegionAddress::IsValid() const |
| 381 | { |
| 382 | return storage::IsCountryIdValid(m_countryId) || m_featureId.IsValid(); |
| 383 | } |
| 384 | |
| 385 | string ReverseGeocoder::RegionAddress::GetCountryName() const |
| 386 | { |
no test coverage detected