> 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/venue.md).

# Venue

{% hint style="info" %}
This class is part of an [Early Access](https://github.com/sentiance/v4-docs/blob/main/sdk/api-reference/android/usercontext/venue/broken-reference/README.md) feature, and is subject to change in the future.
{% endhint %}

Represents a place of interest.

## Venue API

### `getLocation()`

> ```java
> @Nullable GeoLocation getLocation()
> ```
>
> Returns the location of the venue, as [GeoLocation](/sdk/api-reference/android/geolocation.md), if known. Otherwise returns null.

### `getSignificance()`

> ```java
> VenueSignificance getSignificance()
> ```
>
> Returns the significance of the venue (i.e. home, work, or a point of interest), as [VenueSignificance](/sdk/api-reference/android/eventtimeline/venue/segmenttype.md).

### getType`()`

> ```java
> VenueType getType()
> ```
>
> Returns the type of the venue, as [VenueType](/sdk/api-reference/android/eventtimeline/venue/venuetype.md).
