---
title: subLocality
framework: contacts
role: symbol
role_heading: Instance Property
path: contacts/cnpostaladdress/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 }
```

## See Also

### Getting the Parts of a Postal Address

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