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

# postalCode

The postal code associated with the placemark.

## Declaration

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

## Discussion

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

## See Also

### Getting the placemark details

- [thoroughfare](corelocation/clplacemark/thoroughfare.md)
- [subThoroughfare](corelocation/clplacemark/subthoroughfare.md)
- [locality](corelocation/clplacemark/locality.md)
- [subLocality](corelocation/clplacemark/sublocality.md)
- [administrativeArea](corelocation/clplacemark/administrativearea.md)
- [subAdministrativeArea](corelocation/clplacemark/subadministrativearea.md)
