---
title: "OrbiterAnchorPoint"
description: "Represents an anchor point for an Orbiter relative to its target."
type: "class"
lastmod: "2026-05-08T01:17:01.383751Z"
---
## API Reference

> Source set: Android

```kotlin
public sealed class OrbiterAnchorPoint private constructor()
```

Represents an anchor point for an [Orbiter](/jetpack-compose/androidx.xr.compose/compose/composable-functions/Orbiter) relative to its target.

Each anchor point defines a specific location on the boundary of the target where the orbiter can
be attached. The anchor points are sensitive to [LayoutDirection](/jetpack-compose/androidx.compose.ui/ui-unit/classes/LayoutDirection), ensuring that concepts like
"start" and "end" are correctly interpreted in both LTR and RTL contexts.

For layout direction-agnostic positioning, use the [Absolute](/jetpack-compose/androidx.xr.compose/compose/classes/OrbiterAnchorPoint.Absolute) variants.
