---
title: subLocality
framework: contacts
role: symbol
role_heading: Instance Property
path: contacts/cnmutablepostaladdress/sublocality
---

# subLocality

Additional information associated with the location, typically defined at the city or town level, in a postal address.

## Declaration

```swift
var subLocality: String { get set }
```

## See Also

### Modifying the Parts of a Postal Address

- [street](contacts/cnmutablepostaladdress/street.md)
- [city](contacts/cnmutablepostaladdress/city.md)
- [state](contacts/cnmutablepostaladdress/state.md)
- [postalCode](contacts/cnmutablepostaladdress/postalcode.md)
- [country](contacts/cnmutablepostaladdress/country.md)
- [isoCountryCode](contacts/cnmutablepostaladdress/isocountrycode.md)
- [subAdministrativeArea](contacts/cnmutablepostaladdress/subadministrativearea.md)
