SmartGeofenceEvent
Last updated
eventDatepublic let eventDate: DateReturns the date when the geofence event was detected.
geofencespublic let geofences: [SmartGeofence]Returns the array of smart geofences that were entered/exited based on the event's type.
eventTypepublic let eventType: SmartGeofenceEventTypeReturns the type of this smart geofence event, which is either an entry or an exit.
triggeringLocationpublic let triggeringLocation: CLLocationThe location that triggered this event.
Last updated