The event-object provided to BackgroundGeolocation.onGeofence when a geofence transition event occurs.
BackgroundGeolocation.onGeofence(geofenceEvent => { console.log("[geofence] ", geofenceEvent.identifier, geofence.action, geofenceEvent.location); });
The transition type: ENTER, EXIT, DWELL
ENTER
EXIT
DWELL
Optional Geofence.extras
The identifier of the geofence which fired.
The Location where the geofence transition occurred.
Generated using TypeDoc
The event-object provided to BackgroundGeolocation.onGeofence when a geofence transition event occurs.