---
title: "readAttributeLocation(completion:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusterbasicinformation/readattributelocation(completion:)"
---

# readAttributeLocation(completion:)

## Declaration

```swift
func readAttributeLocation(completion: @escaping @Sendable (String?, (any Error)?) -> Void)
```

```swift
func readAttributeLocation() async throws -> String
```
