---
title: phoneNumber
framework: mapkit
role: symbol
role_heading: Instance Property
path: mapkit/mkmapitem/phonenumber
---

# phoneNumber

The phone number associated with a business at the specified location.

## Declaration

```swift
var phoneNumber: String? { get set }
```

## Discussion

Discussion If there’s a relevant phone number associated with the location, such as for a business at the location, use this property to specify that value.

## See Also

### Accessing the map item attributes

- [MKMapItem.Identifier](mapkit/mkmapitem/identifier-swift.class.md)
- [alternateIdentifiers](mapkit/mkmapitem/alternateidentifiers.md)
- [identifier](mapkit/mkmapitem/identifier-swift.property.md)
- [isCurrentLocation](mapkit/mkmapitem/iscurrentlocation.md)
- [name](mapkit/mkmapitem/name.md)
- [placemark](mapkit/mkmapitem/placemark.md)
- [pointOfInterestCategory](mapkit/mkmapitem/pointofinterestcategory.md)
- [timeZone](mapkit/mkmapitem/timezone.md)
- [url](mapkit/mkmapitem/url.md)
