---
title: "ExperimentalSpatialVolumeOffsetApi"
description: "Marks the Spatial Volume Offset APIs as experimental."
type: "class"
---
## API Reference

> Source set: Android

```kotlin
@RequiresOptIn(message = "This is an experimental API. It may be changed or removed in the future.")
public annotation class ExperimentalSpatialVolumeOffsetApi
```

Marks the Spatial Volume Offset APIs as experimental. These APIs may change or be removed in the
future.

Any usage of a declaration annotated with `@ExperimentalSpatialVolumeOffsetApi` must be accepted
either by annotating that usage with `@OptIn(ExperimentalSpatialVolumeOffsetApi::class)` or by
propagating the annotation to the containing declaration.
