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

# thoroughfare

The street address associated with the placemark.

## Declaration

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

## Discussion

Discussion The street address contains the street name. For example, if the placemark location is Apple’s headquarters, the value for this property would be the string “Apple Park Way”.

## See Also

### Getting the placemark details

- [subThoroughfare](corelocation/clplacemark/subthoroughfare.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)
