> For the complete documentation index, see [llms.txt](https://docs.sentiance.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sentiance.com/sdk/api-reference/ios/smart-geofences/smartgeofenceevent.md).

# SmartGeofenceEvent

#### `eventDate`

> ```swift
> public let eventDate: Date
> ```
>
> Returns the date when the geofence event was detected.

#### `geofences`

> ```swift
> public let geofences: [SmartGeofence]
> ```
>
> Returns the array of smart geofences that were entered/exited based on the event's type.

#### `eventType`

> ```swift
> public let eventType: SmartGeofenceEventType
> ```
>
> Returns the type of this smart geofence event, which is either an entry or an exit.

#### `triggeringLocation`

> ```swift
> public let triggeringLocation: CLLocation
> ```
>
> The location that triggered this event.
