---
title: subThoroughfare
framework: corelocation
role: symbol
role_heading: Instance Property
path: corelocation/clplacemark/subthoroughfare
---

# subThoroughfare

Additional street-level information for the placemark.

## Declaration

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

## Discussion

Discussion Subthroughfares provide information such as the street number for the location. For example, if the placemark location is Apple’s headquarters (1 Apple Park Way), the value for this property would be the string “1”.

## See Also

### Getting the placemark details

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