---
title: subAdministrativeArea
framework: corelocation
role: symbol
role_heading: Instance Property
path: corelocation/clplacemark/subadministrativearea
---

# subAdministrativeArea

Additional administrative area information for the placemark.

## Declaration

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

## Discussion

Discussion Subadministrative areas typically correspond to counties or other regions that are then organized into a larger administrative area or state. For example, if the placemark location is Apple’s headquarters, the value for this property would be the string “Santa Clara”, which is the county in California that contains the city of Cupertino.

## 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)
- [postalCode](corelocation/clplacemark/postalcode.md)
