For the complete documentation index, see llms.txt. This page is also available as Markdown.

SmartGeofence

SmartGeofence API

getSentianceId()

String getSentianceId()

Returns a unique geofence identifier provided by Sentiance.

getLatitude()

double getLatitude()

Returns the latitude of the geofence's center.

getLongitude()

double getLongitude()

Returns the longitude of the geofence's center.

getRadius()

int getRadius()

Returns the radius of the geofence circle in meters.

getExternalId()

Returns a unique identifier that you have provided when creating the geofence.

Last updated