<!--
{
  "availability" : [
    "iOS: 18.2.0 -",
    "iPadOS: 18.2.0 -",
    "macOS: -",
    "tvOS: 18.2.0 -",
    "visionOS: 2.2.0 -",
    "watchOS: 11.2.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "BrowserEngineKit",
  "identifier" : "/documentation/BrowserEngineKit/BEAccessibilityTextMarkerSupport/accessibilityMarker(for:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "BrowserEngineKit"
    ],
    "preciseIdentifier" : "c:objc(pl)BEAccessibilityTextMarkerSupport(im)accessibilityMarkerForPoint:"
  },
  "title" : "accessibilityMarker(for:)"
}
-->

# accessibilityMarker(for:)

Returns the text marker at a point in the view’s coordinate system.

```
func accessibilityMarker(for point: CGPoint) -> BEAccessibilityTextMarker?
```

## Parameters

`point`

A location in the view’s bounds.

## Return Value

The text marker for the text at `point`, or `nil` if there isn’t text at that point.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)