---
title: streetAddressLine2
framework: appkit
role: symbol
role_heading: Type Property
path: appkit/nstextcontenttype/streetaddressline2
---

# streetAddressLine2

A property that defines the content in a text input area as the second line of a street address.

## Declaration

```swift
static let streetAddressLine2: NSTextContentType
```

## See Also

### Setting location data

- [location](appkit/nstextcontenttype/location.md)
- [fullStreetAddress](appkit/nstextcontenttype/fullstreetaddress.md)
- [streetAddressLine1](appkit/nstextcontenttype/streetaddressline1.md)
- [addressCity](appkit/nstextcontenttype/addresscity.md)
- [addressCityAndState](appkit/nstextcontenttype/addresscityandstate.md)
- [addressState](appkit/nstextcontenttype/addressstate.md)
- [postalCode](appkit/nstextcontenttype/postalcode.md)
- [sublocality](appkit/nstextcontenttype/sublocality.md)
- [countryName](appkit/nstextcontenttype/countryname.md)
