> 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/ios/event-timeline/senttimelineevent/sentstationaryevent.md).

# SENTStationaryEvent

Represents a duration of time when the user was stationary.

### SENTStationaryEvent API

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

### isEqual

```swift
func isEqual(to stationaryEvent: SENTStationaryEvent) -> Bool
```

### location

The location where the user is stationary at. `nil` the location is unknown.

```swift
var location: SENTGeolocation?
```

### venue

The venue where the user is stationary at.

```swift
var venue: SENTVenue
```
