# SmartGeofence

## SmartGeofence API

### `getSentianceId()`

> ```java
> String getSentianceId()
> ```
>
> Returns a unique geofence identifier provided by Sentiance.

### `getLatitude()`

> ```java
> double getLatitude()
> ```
>
> Returns the latitude of the geofence's center.

### `getLongitude()`

> ```java
> double getLongitude()
> ```
>
> Returns the longitude of the geofence's center.

### `getRadius()`

> ```java
> int getRadius()
> ```
>
> Returns the radius of the geofence circle in meters.

### `getExternalId()`

> ```java
> String getExternalId()
> ```
>
> Returns a unique identifier that you have provided when creating the geofence.
