# PointOfInterest

{% hint style="danger" %}
This document refers to deprecated parts of the platform and has been left intact to help customers with legacy integrations. In order to access the latest platform features and documentation, please go to <https://docs.sentiance.com>.
{% endhint %}

Represents a point of interest near a user's stationary location.

## PointOfInterest API

### `getPoiAddress()`

> ```java
> PoiAddress getPoiAddress()
> ```
>
> Returns the [`PoiAddress`](https://legacy-docs.sentiance.com/sdk/api-reference/android/poiaddress) of this point of interest.

### `getPoiLocation()`

> ```java
> PoiLocation getPoiLocation()
> ```
>
> Returns the [`PoiLocation`](https://legacy-docs.sentiance.com/sdk/api-reference/android/poilocation) of this point of interest.
