---
title: address
framework: webkit
role: symbol
role_heading: Type Property
path: webkit/wkdatadetectortypes/address
---

# address

Detect addresses in text and turn them into links to display the location.

## Declaration

```swift
static var address: WKDataDetectorTypes { get }
```

## See Also

### Data Detector Types

- [phoneNumber](webkit/wkdatadetectortypes/phonenumber.md)
- [link](webkit/wkdatadetectortypes/link.md)
- [calendarEvent](webkit/wkdatadetectortypes/calendarevent.md)
- [trackingNumber](webkit/wkdatadetectortypes/trackingnumber.md)
- [flightNumber](webkit/wkdatadetectortypes/flightnumber.md)
- [lookupSuggestion](webkit/wkdatadetectortypes/lookupsuggestion.md)
- [all](webkit/wkdatadetectortypes/all.md)
