---
title: country
framework: corelocation
role: symbol
role_heading: Instance Property
path: corelocation/clplacemark/country
---

# country

The name of the country or region associated with the placemark.

## Declaration

```swift
var country: String? { get }
```

## Discussion

Discussion If the placemark location is Apple’s headquarters, for example, the value for this property would be the string “United States”.

## See Also

### Getting the placemark’s country

- [isoCountryCode](corelocation/clplacemark/isocountrycode.md)
