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

SmartGeofence

sentianceId

public let sentianceId: String

Returns a unique geofence identifier provided by Sentiance.

latitude

public let latitude: CLLocationDegrees

Returns the latitude of the geofence's center.

longitude

public let longitude: CLLocationDegrees

Returns the longitude of the geofence's center.

radius

public let radius: Int

Returns the radius of the geofence circle in meters.

externalId

public let externalId: String

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

Last updated