SmartGeofenceEvent
eventDate
eventDate
public let eventDate: Date
Returns the date when the geofence event was detected.
geofences
geofences
public let geofences: [SmartGeofence]
Returns the array of smart geofences that were entered/exited based on the event's type.
eventType
eventType
public let eventType: SmartGeofenceEventType
Returns the type of this smart geofence event, which is either an entry or an exit.
triggeringLocation
triggeringLocation
public let triggeringLocation: CLLocation
The location that triggered this event.
Last updated