---
title: point
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiaccessibilitylocationdescriptor/point
---

# point

Returns the geometric point of interest for the accessibility location descriptor within its associated view and in the coordinate space of the view.

## Declaration

```swift
var point: CGPoint { get }
```

## See Also

### Getting the descriptor information

- [name](uikit/uiaccessibilitylocationdescriptor/name.md)
- [attributedName](uikit/uiaccessibilitylocationdescriptor/attributedname.md)
- [view](uikit/uiaccessibilitylocationdescriptor/view.md)
