---
title: "readAttributeSupportedMaps(completion:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusterservicearea/readattributesupportedmaps(completion:)"
---

# readAttributeSupportedMaps(completion:)

## Declaration

```swift
func readAttributeSupportedMaps(completion: @escaping @Sendable ([Any]?, (any Error)?) -> Void)
```

```swift
func readAttributeSupportedMaps() async throws -> [Any]
```
