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

# subLocality

Additional city-level information for the placemark.

## Declaration

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

## Discussion

Discussion This property contains additional information, such as the name of the neighborhood or landmark associated with the placemark. It might also refer to a common name that’s associated with the location.

## See Also

### Getting the placemark details

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