# StationaryInfo

Provides information about a stationary.

## StationaryInfo API

### `getLocation()`

> ```java
> Location getLocation()
> ```
>
> Returns a [`Location`](https://developer.android.com/reference/android/location/Location) object representing the stationary location.

### `getPointsOfInterest()`

{% hint style="danger" %}
This feature is deprecated.
{% endhint %}

> ```java
> List<PointOfInterest> getPointsOfInterest()
> ```
>
> Returns a list of [`PointOfInterest`](https://docs.sentiance.com/important-topics/sdk/api-reference/android/broken-reference) objects representing the points of interest near the user's stationary location.
