interface SmartGeofenceEvent {
    eventType: SmartGeofenceEventType;
    geofences: SmartGeofence[];
    timestamp: number;
    triggeringLocation: Location;
}

Properties

geofences: SmartGeofence[]
timestamp: number
triggeringLocation: Location