---
title: countryCode
framework: mapkitjs
role: symbol
role_heading: Instance Property
path: mapkitjs/place/countrycode
---

# countryCode

The country or region associated with the place.

## Declaration

```data
countryCode: string | null;
```

## Discussion

Discussion The country or region associated with this place, denoted by the standard abbreviation used to refer to the country or region. For example, the countryCode for Golden Gate Park in San Francisco, CA is "US".

## See Also

### Country address

- [country](mapkitjs/place/country.md)
