SmartGeofenceEvent

eventDate

public let eventDate: Date

Returns the date when the geofence event was detected.

geofences

public let geofences: [SmartGeofence]

Returns the array of smart geofences that were entered/exited based on the event's type.

eventType

public let eventType: SmartGeofenceEventType

Returns the type of this smart geofence event, which is either an entry or an exit.

triggeringLocation

public let triggeringLocation: CLLocation

The location that triggered this event.

Last updated