# PoiAddress

{% 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 reverse geocoded location.

## PoiAddress API

### `getCity()`

> ```java
> String getCity()
> ```
>
> Returns the city.

### `getCityType()`

> ```java
> String getCityType()
> ```
>
> Returns the city type.

### `getCountry()`

> ```java
> String getCountry()
> ```
>
> Returns the country.
