> For the complete documentation index, see [llms.txt](https://docs.sentiance.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sentiance.com/sdk/api-reference/android/eventtimeline/event/stationaryevent.md).

# StationaryEvent

Represents a duration of time when the user was stationary.

## StationaryEvent API

{% hint style="info" %}
This class extends [Event](/sdk/api-reference/android/eventtimeline/event.md). See [Event](/sdk/api-reference/android/eventtimeline/event.md) for additional properties and methods.
{% endhint %}

### `getLocation()`

> ```java
> @Nullable GeoLocation getLocation()
> ```
>
> Returns the location where the user is stationary at.

### `getVenue()`

> ```java
> Venue getVenue()
> ```
>
> Returns the venue of this stationary.
