# 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.
